Fix handler (didn't reload service after nginx -t)

pull/22/head
Emilien Mantel 2016-03-15 17:15:11 +01:00
parent 5445d66172
commit 80d1d82acc
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# Reload wrapper
- name: reload nginx
command: nginx -t
changed_when: false
notify: real-reload nginx
- name: real-reload nginx