Added simple debugging playbook

This commit is contained in:
Patrick Toal
2018-09-25 07:54:51 -04:00
parent 109ffbade6
commit 31bfdb88c1
3 changed files with 33 additions and 4 deletions

View File

@@ -3,13 +3,13 @@
- name: Install ovirt-guest-agent on RHV Guests
yum:
name: ovirt-guest-agent
state: latest
when: ansible_virtualization_type == "RHEV"
state: present
when: ansible_virtualization_type == "RHEV"
- name: ovirt-guest-agent service is running
service:
service:
name: ovirt-guest-agent
state: running
when: ansible_virtualization_type == "RHEV"
when: ansible_virtualization_type == "RHEV"