nginx/handlers/main.yml

7 lines
106 B
YAML
Raw Normal View History

2021-09-18 19:37:57 +00:00
---
- name: nginx | Restart Nginx
systemd:
daemon_reload: true
name: nginx
state: restarted