Fix indentation error
This commit is contained in:
3
site.yml
3
site.yml
@@ -13,7 +13,8 @@
|
|||||||
when: ansible_virtualization_type == "RHEV"
|
when: ansible_virtualization_type == "RHEV"
|
||||||
|
|
||||||
- name: ovirt-guest-agent service is running
|
- name: ovirt-guest-agent service is running
|
||||||
service: ovirt-guest-agent
|
service:
|
||||||
|
name: ovirt-guest-agent
|
||||||
state: running
|
state: running
|
||||||
when: ansible_virtualization_type == "RHEV"
|
when: ansible_virtualization_type == "RHEV"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user