Ensure Guest Tools are running

This commit is contained in:
Patrick Toal
2018-08-15 11:55:54 -04:00
parent 47837ca45a
commit 7800b31ca6

View File

@@ -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"