From d561e306f8dadabc9986cbda616bbefdb2bda2ee Mon Sep 17 00:00:00 2001 From: Helmut Wolf Date: Thu, 16 May 2024 12:39:23 +0200 Subject: [PATCH] #226 - fix ci build --- roles/keycloak_quarkus/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/keycloak_quarkus/handlers/main.yml b/roles/keycloak_quarkus/handlers/main.yml index b95d5c39..f60e7476 100644 --- a/roles/keycloak_quarkus/handlers/main.yml +++ b/roles/keycloak_quarkus/handlers/main.yml @@ -12,6 +12,6 @@ - name: "Print deprecation warning" ansible.builtin.fail: msg: "Deprecation warning: you are using the deprecated variable '{{ deprecated_variable | d('NotSet') }}', check docs on how to upgrade." + ignore_errors: true failed_when: false - changed_when: true listen: "print deprecation warning"