mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Add handler to iptables to hup libvirtd on buildhw. Ticket 4581
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
- ../templates/iptables/iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
- hup libvirtd
|
||||
tags:
|
||||
- iptables
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user