Revert "nginx -t has no side effect"

This reverts commit 2641777abe.
pull/27/head
Emilien Mantel 2016-11-02 14:21:32 +01:00
parent 2641777abe
commit 0bda544a2f
1 changed files with 0 additions and 1 deletions

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