Files
toallab-automation/roles/toal-common/handlers/main.yml
2020-06-23 08:47:39 -04:00

14 lines
323 B
YAML

---
# handlers file for toal-common
- name: Ovirt Agent Restart
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"