Move a copy of this handler to the base role

This commit is contained in:
Kevin Fenzi 2016-04-04 21:17:55 +00:00
parent dd37aa4965
commit 5d9e56a45e

View file

@ -30,3 +30,7 @@
- name: restart watchdog
service: name=watchdog state=restarted
- name: reload libvirtd
service: name=libvirtd state=reloaded
ignore_errors: true
when: ansible_virtualization_role == 'host'