ansible/roles/nginx/handlers/main.yml
2017-05-02 14:34:29 +00:00

5 lines
74 B
YAML

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