mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 15:10:13 +08:00
Try this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user