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