From 28b8910ad4385114a084ebcdbc23522f29c0f99d Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 21 Jan 2020 20:26:10 +0100 Subject: [PATCH] Forget to save the file --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 859a484..df05ac5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -63,4 +63,4 @@ - name: install / uninstall version 2.0 include_tasks: "version_2.0.yml" when: - - traefik_version == "2.0" or traefik_actual_version.stdout == "2.0" + - traefik_version | regex_search('(2.)') or traefik_actual_version.stdout | regex_search('(2.)')