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