Ensure libvirtd restarts when unit changes
This commit is contained in:
parent
73bc005c0b
commit
6396eaa5ff
|
@ -54,6 +54,7 @@
|
||||||
src: libvirt/libvirtd.service.j2
|
src: libvirt/libvirtd.service.j2
|
||||||
dest: /etc/systemd/system/libvirtd.service
|
dest: /etc/systemd/system/libvirtd.service
|
||||||
register: systemd
|
register: systemd
|
||||||
|
notify: restart libvirtd
|
||||||
|
|
||||||
- name: reload systemd to apply changes
|
- name: reload systemd to apply changes
|
||||||
command: systemctl daemon-reload
|
command: systemctl daemon-reload
|
||||||
|
|
Loading…
Reference in New Issue