This commit is contained in:
Kevin Fenzi 2016-04-10 16:39:20 +00:00
parent 5479f08c80
commit abdf1d310d

View file

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