another one
This commit is contained in:
parent
ee4bede73f
commit
d0736f1658
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: See if theres a watchdog device
|
- name: See if theres a watchdog device
|
||||||
stat: path=/dev/watchdog
|
stat: path=/dev/watchdog
|
||||||
when: ansible_virtualization_role == 'guest'
|
when: ansible_virtualization_role is defined and ansible_virtualization_role == 'guest'
|
||||||
check_mode: no
|
check_mode: no
|
||||||
failed_when: no
|
failed_when: no
|
||||||
register: watchdog_dev
|
register: watchdog_dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue