ansible-roles/roles/libvirt_host/handlers/main.yml

7 lines
126 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- include: ../common/handlers/main.yml
- name: restart libvirtd
service: name=libvirtd state=restarted enabled=yes
...