handlers: add virtnetworkd restart handler
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f5089257fd
commit
fbd38c1ff2
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
||||||
- name: restart libvirtd
|
- name: restart libvirtd
|
||||||
action: service name=libvirtd state=restarted
|
action: service name=libvirtd state=restarted
|
||||||
|
|
||||||
|
- name: restart virtnetworkd
|
||||||
|
action: service name=virtnetworkd state=restarted
|
||||||
|
|
||||||
- name: restart libvirtd.socket
|
- name: restart libvirtd.socket
|
||||||
action: service name=libvirtd.socket state=stopped
|
action: service name=libvirtd.socket state=stopped
|
||||||
notify: restart libvirtd
|
notify: restart libvirtd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue