ansible/roles/vm/handlers/main.yml
2020-04-29 21:51:12 +01:00

7 lines
No EOL
107 B
YAML

---
- name: restart libvirtd
service:
name: libvirtd
state: restarted
become: yes