ansible-roles/roles/libvirt_host/handlers/main.yml
2021-12-01 19:13:34 +01:00

7 lines
126 B
YAML

---
- include: ../common/handlers/main.yml
- name: restart libvirtd
service: name=libvirtd state=restarted enabled=yes
...