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

4 lines
70 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: restart libvirtd
2022-03-07 17:00:06 +01:00
service: name=libvirtd state=restarted