ansible-role-nginx/handlers/main.yml
2015-02-20 23:15:01 -06:00

4 lines
64 B
YAML

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