multiple changes

This commit is contained in:
2020-06-23 08:47:39 -04:00
parent 7a8f957c3f
commit e87f15168a
5 changed files with 55 additions and 3 deletions

View File

@@ -5,4 +5,10 @@
service:
name: ovirt-guest-agent
state: restarted
when: ansible_virtualization_type == "RHEV"
- name: Qemu Agent Restart
service:
name: qemu-guest-agent
state: restarted
when: ansible_virtualization_type == "RHEV"