- name: restart nginx
  service: name=nginx state=restarted

- name: restart site
  service: name=site state=restarted
