copr-hv: re-create socket file on libvirtd.socket change
This commit is contained in:
parent
e26640f89c
commit
be237ac785
2 changed files with 5 additions and 1 deletions
|
@ -53,6 +53,10 @@
|
||||||
- name: restart libvirtd
|
- name: restart libvirtd
|
||||||
action: service name=libvirtd state=restarted
|
action: service name=libvirtd state=restarted
|
||||||
|
|
||||||
|
- name: restart libvirtd.socket
|
||||||
|
action: service name=libvirtd.socket state=stopped
|
||||||
|
notify: restart libvirtd
|
||||||
|
|
||||||
- name: restart mailman
|
- name: restart mailman
|
||||||
action: service name=mailman state=restarted
|
action: service name=mailman state=restarted
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
backup: yes
|
backup: yes
|
||||||
notify:
|
notify:
|
||||||
- reload systemd
|
- reload systemd
|
||||||
- restart libvirtd
|
- restart libvirtd.socket
|
||||||
tags: libvirtd
|
tags: libvirtd
|
||||||
|
|
||||||
- name: create the copr user
|
- name: create the copr user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue