nginx -t has no side effect

This commit is contained in:
Emilien Mantel
2016-10-27 17:48:57 +02:00
parent 60a368f3e1
commit 2641777abe

View File

@@ -4,6 +4,7 @@
- name: reload nginx
command: nginx -t
notify: real-reload nginx
changed_when: false
- name: real-reload nginx
service: name=nginx state=reloaded