Try and fix up this to work when running with tags that aren't in watchdog tags

This commit is contained in:
Kevin Fenzi 2016-04-09 20:16:51 +00:00
parent febc786539
commit 71684be33c

View file

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