From eb4ec73246ecc87b8c364928e8796585d0a79ee0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Apr 2018 17:07:50 +0000 Subject: [PATCH] one more --- roles/base/tasks/watchdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/tasks/watchdog.yml b/roles/base/tasks/watchdog.yml index 0c74e8d2bb..a610d2f912 100644 --- a/roles/base/tasks/watchdog.yml +++ b/roles/base/tasks/watchdog.yml @@ -33,4 +33,4 @@ - service - watchdog - base - when: watchdog_dev is defined and ansible_virtualization_role == 'guest' and watchdog_dev.stat.exists + when: watchdog_dev is defined and ansible_virtualization_role is defined and ansible_virtualization_role == 'guest' and watchdog_dev.stat.exists