Revert "nginx -t has no side effect"

This reverts commit 2641777abe.
This commit is contained in:
Emilien Mantel
2016-11-02 14:21:32 +01:00
parent 2641777abe
commit 0bda544a2f

View File

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