]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
prep-fog-capture: Fix failed_when 424/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 20 Nov 2018 19:28:00 +0000 (14:28 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 20 Nov 2018 19:31:10 +0000 (14:31 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
tools/prep-fog-capture.yml

index 5353780f939279048d8f0395e0d59166849b6312..8e63dfadbbabdb4c18821f9d71b9f297279ae07c 100644 (file)
@@ -19,7 +19,7 @@
   - name: Set ansible_python_interpreter=/usr/bin/python3
     set_fact:
       ansible_python_interpreter: /usr/bin/python3
-    when: polo.rc != 0
+    when: polo is failed
 
   # Now that we know where python is, we can gather_facts
   - setup: