Sending HUP to nginx too after changing jails

... because fastcgi_pass and resolver don't play together
This commit is contained in:
László Károlyi 2017-05-14 16:20:03 +02:00
parent 8950fcdbb8
commit cdaf49e7e3
No known key found for this signature in database
GPG key ID: 372AA22D38BD5B13

View file

@ -21,5 +21,5 @@
- name: Sending HUP to any any crucial processes to reload their /etc/hosts
command:
/usr/bin/killall -HUP dnsmasq syslogd
/usr/bin/killall -HUP dnsmasq syslogd nginx
failed_when: false