This commit is contained in:
Kevin Fenzi 2018-04-16 17:07:50 +00:00
parent d0736f1658
commit eb4ec73246

View file

@ -33,4 +33,4 @@
- service
- watchdog
- base
when: watchdog_dev is defined and ansible_virtualization_role == 'guest' and watchdog_dev.stat.exists
when: watchdog_dev is defined and ansible_virtualization_role is defined and ansible_virtualization_role == 'guest' and watchdog_dev.stat.exists