From 7800b31ca6c1e1e5ec54db1ddda2655652bfeb14 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Wed, 15 Aug 2018 11:55:54 -0400 Subject: [PATCH] Ensure Guest Tools are running --- site.yml | 5 +++++ 1 file changed, 5 insertions(+) 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" +