From: David Galloway Date: Tue, 20 Nov 2018 19:28:00 +0000 (-0500) Subject: prep-fog-capture: Fix failed_when X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27d93fdc8ac455b045f676d9690355deaa044cd4;p=ceph-cm-ansible.git prep-fog-capture: Fix failed_when Signed-off-by: David Galloway --- diff --git a/tools/prep-fog-capture.yml b/tools/prep-fog-capture.yml index 5353780f..8e63dfad 100644 --- a/tools/prep-fog-capture.yml +++ b/tools/prep-fog-capture.yml @@ -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: