mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Fix handler (didn't reload service after nginx -t)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# Reload wrapper
|
||||
- name: reload nginx
|
||||
command: nginx -t
|
||||
changed_when: false
|
||||
notify: real-reload nginx
|
||||
|
||||
- name: real-reload nginx
|
||||
|
||||
Reference in New Issue
Block a user