Fix handler (didn't reload service after nginx -t)
parent
5445d66172
commit
80d1d82acc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue