From 27d93fdc8ac455b045f676d9690355deaa044cd4 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 20 Nov 2018 14:28:00 -0500 Subject: [PATCH] prep-fog-capture: Fix failed_when Signed-off-by: David Galloway --- tools/prep-fog-capture.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3