ansible-role-nginx-config-svc/handlers/main.yml

6 lines
73 B
YAML

---
- name: reload nginx
service:
name: nginx
state: restarted