Satellite 6 Install WIP
This commit is contained in:
8
roles/toal-common/handlers/main.yml
Normal file
8
roles/toal-common/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# handlers file for toal-common
|
||||
|
||||
- name: Ovirt Agent Restart
|
||||
service:
|
||||
name: ovirt-guest-agent
|
||||
state: restarted
|
||||
when: ansible_virtualization_type == "RHEV"
|
||||
Reference in New Issue
Block a user