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