setup-cockpit/roles/libvirt/handlers/main.yml

7 lines
137 B
YAML

---
- name: Enable libvirtd service
ansible.builtin.systemd:
name: libvirtd
enabled: true
state: started
scope: system