nginx/handlers/main.yml

12 lines
187 B
YAML
Raw Normal View History

2021-03-14 11:20:09 +01:00
---
# Check nginx config and if ok, reload
- name: reload nginx
command: nginx -t
notify: real-reload nginx
- name: real-reload nginx
systemd:
name: nginx
state: reloaded