another one

This commit is contained in:
Kevin Fenzi 2018-04-16 17:03:57 +00:00
parent ee4bede73f
commit d0736f1658

View file

@ -1,6 +1,6 @@
- name: See if theres a watchdog device
stat: path=/dev/watchdog
when: ansible_virtualization_role == 'guest'
when: ansible_virtualization_role is defined and ansible_virtualization_role == 'guest'
check_mode: no
failed_when: no
register: watchdog_dev