Add handler to iptables to hup libvirtd on buildhw. Ticket 4581

This commit is contained in:
Kevin Fenzi 2014-11-08 17:07:36 +00:00
parent 42d33beb96
commit 313cf3ab0d
2 changed files with 6 additions and 0 deletions

View file

@ -133,3 +133,8 @@
- name: restart bridge
shell: /usr/lib/systemd/systemd-sysctl --prefix=/proc/sys/net/bridge
- name: hup libvirtd
command: pkill -HUP libvirtd
ignore_errors: true
when: inventory_hostname.startswith('buildhw')