---
# handlers file for /etc/ansible/roles/nginx
#

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