Files
toallab-automation/roles/toal-common/handlers/main.yml
2018-11-20 10:36:24 -05:00

8 lines
180 B
YAML

---
# handlers file for toal-common
- name: Ovirt Agent Restart
service:
name: ovirt-guest-agent
state: restarted
when: ansible_virtualization_type == "RHEV"