ansible/roles/vm/handlers/main.yml

7 lines
107 B
YAML
Raw Normal View History

2020-04-29 21:51:12 +01:00
---
- name: restart libvirtd
service:
name: libvirtd
state: restarted
become: yes