Ensure libvirtd restarts when unit changes
This commit is contained in:
parent
c9df64bc7d
commit
7e94dddb4c
|
@ -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