From 90165b0d2717bf8f4131e5c5e7f25567db4d8eb3 Mon Sep 17 00:00:00 2001 From: Adam Brokes Date: Wed, 15 Jul 2020 16:52:24 +1000 Subject: [PATCH] fix conditionals --- roles/jira_config/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/jira_config/tasks/main.yml b/roles/jira_config/tasks/main.yml index eacd592..18dbf74 100644 --- a/roles/jira_config/tasks/main.yml +++ b/roles/jira_config/tasks/main.yml @@ -120,7 +120,7 @@ - atl_proxy_name is defined - atl_tomcat_scheme is defined - db_created is undefined or not db_created.changed - - atl_jdbc_engine_map[atl_db_engine] is 'postgres' + - atl_jdbc_engine_map[atl_db_engine] == 'postgres' tags: - skip_on_stack_update ignore_errors: yes # For Molecule as it has no db test framework included @@ -136,7 +136,7 @@ - atl_proxy_name is defined - atl_tomcat_scheme is defined - db_created is undefined or not db_created.changed - - atl_jdbc_engine_map[atl_db_engine] is 'mysql' + - atl_jdbc_engine_map[atl_db_engine] == 'mysql' tags: - skip_on_stack_update ignore_errors: yes # For Molecule as it has no db test framework included