ansible-role-nginx/handlers/main.yml

7 lines
100 B
YAML

---
# handlers file for nginx
- name: restart nginx
service:
name: nginx
state: restarted