diff --git a/tasks/jail/update_etc_hosts.yml b/tasks/jail/update_etc_hosts.yml index 545f12e..e6f5178 100644 --- a/tasks/jail/update_etc_hosts.yml +++ b/tasks/jail/update_etc_hosts.yml @@ -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