Try and fix up this to work when running with tags that aren't in watchdog tags
This commit is contained in:
parent
febc786539
commit
71684be33c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue