From 54681dd1cda2973b65f7bd4cffca6263fc001818 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 5 Feb 2016 11:02:15 -0500 Subject: [PATCH] Fixing srv_libvirtpool check syntax Signed-off-by: David Galloway --- roles/vmhost/tasks/libvirt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vmhost/tasks/libvirt.yml b/roles/vmhost/tasks/libvirt.yml index ee61e84..cca6b24 100644 --- a/roles/vmhost/tasks/libvirt.yml +++ b/roles/vmhost/tasks/libvirt.yml @@ -28,7 +28,7 @@ stat: path: /srv/libvirtpool register: srv_libvirtpool - failed_when: srv_libvirtpool.stat.exists is False + failed_when: srv_libvirtpool.stat.exists == False - name: Ensure proper ownership in /srv/libvirtpool file: -- 2.39.5