diff --git a/tasks/install.yml b/tasks/install.yml index 6de4a4f..2b05621 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -37,6 +37,6 @@ - name: Ensure the libvirt daemon is started and enabled service: name: libvirtd - state: running + state: started enabled: yes become: True