Move a copy of this handler to the base role
This commit is contained in:
parent
dd37aa4965
commit
5d9e56a45e
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- name: restart watchdog
|
- name: restart watchdog
|
||||||
service: name=watchdog state=restarted
|
service: name=watchdog state=restarted
|
||||||
|
|
||||||
|
- name: reload libvirtd
|
||||||
|
service: name=libvirtd state=reloaded
|
||||||
|
ignore_errors: true
|
||||||
|
when: ansible_virtualization_role == 'host'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue