- name: Reload apache2
  action: service name=apache2 state=reloaded

- name: Restart apache2
  action: service name=apache2 state=restarted