diff --git a/site.yml b/site.yml index d4bb34e..26f1468 100644 --- a/site.yml +++ b/site.yml @@ -12,4 +12,9 @@ state: latest when: ansible_virtualization_type == "RHEV" + - name: ovirt-guest-agent service is running + service: ovirt-guest-agent + state: running + when: ansible_virtualization_type == "RHEV" +