Fix indentation error

This commit is contained in:
Patrick Toal
2018-08-15 13:14:03 -04:00
parent 7800b31ca6
commit 88e7731c34

View File

@@ -13,7 +13,8 @@
when: ansible_virtualization_type == "RHEV"
- name: ovirt-guest-agent service is running
service: ovirt-guest-agent
service:
name: ovirt-guest-agent
state: running
when: ansible_virtualization_type == "RHEV"