From d6956e236e018e72c92e2db27604495ca08380d6 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 20 Jan 2023 17:13:16 +0100 Subject: [PATCH] Fix python version lookup --- tests/integration/targets/setup_controller/tasks/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/setup_controller/tasks/verify.yml b/tests/integration/targets/setup_controller/tasks/verify.yml index d6cf1c2..7c4cc85 100644 --- a/tests/integration/targets/setup_controller/tasks/verify.yml +++ b/tests/integration/targets/setup_controller/tasks/verify.yml @@ -47,7 +47,7 @@ - name: Assert that expected Python is installed assert: that: - - python_version is in python_in_use.stdout + - python_in_use.stdout is search(python_version) - name: Assert that we run the expected ansible version assert: