nginx -t has no side effect

pull/27/head
Emilien Mantel 2016-10-27 17:48:57 +02:00
parent 60a368f3e1
commit 2641777abe
1 changed files with 1 additions and 0 deletions

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