Added simple debugging playbook
This commit is contained in:
1
toal-common/files/hello.txt
Normal file
1
toal-common/files/hello.txt
Normal file
@@ -0,0 +1 @@
|
||||
Hello World
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user