From 2e3af35ee6b98e2382b782ad52d4db3ce98ec6d0 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sun, 2 Sep 2018 15:40:43 +0100 Subject: [PATCH] Use updated syntax for task changed result Change-Id: I0148e342074993c62b41cca84616875b084da8ab --- tasks/python_venv_set_facts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/python_venv_set_facts.yml b/tasks/python_venv_set_facts.yml index 627e879..78c78b6 100644 --- a/tasks/python_venv_set_facts.yml +++ b/tasks/python_venv_set_facts.yml @@ -29,4 +29,4 @@ - venv_facts_when_changed != [] - (_install_venv_pip_packages is defined and _install_venv_pip_packages is mapping and - _install_venv_pip_packages | changed) + _install_venv_pip_packages is changed)