nginx/handlers/main.yml

7 lines
106 B
YAML

---
- name: nginx | Restart Nginx
systemd:
daemon_reload: true
name: nginx
state: restarted