]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Fixing srv_libvirtpool check syntax 193/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 5 Feb 2016 16:02:15 +0000 (11:02 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 5 Feb 2016 16:02:15 +0000 (11:02 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/vmhost/tasks/libvirt.yml

index ee61e842d3f4ccd51a3c74f6f6bc5925327219d6..cca6b24ab6e6e03d639174627b58937b9232561f 100644 (file)
@@ -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: