From 2784eec651889d99f002b428fa0ae480ba401377 Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Tue, 7 Jan 2020 10:54:04 +1100 Subject: [PATCH] ITOPSENG-359 ignore base_url updates if db was just created --- roles/confluence_config/tasks/main.yml | 1 + roles/crowd_config/tasks/main.yml | 1 + roles/jira_config/tasks/main.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/roles/confluence_config/tasks/main.yml b/roles/confluence_config/tasks/main.yml index b777d7a..c20a1dc 100644 --- a/roles/confluence_config/tasks/main.yml +++ b/roles/confluence_config/tasks/main.yml @@ -112,4 +112,5 @@ when: - atl_proxy_name is defined - atl_tomcat_scheme is defined + - not db_created.changed ignore_errors: yes # For Molecule as it has no db test framework included diff --git a/roles/crowd_config/tasks/main.yml b/roles/crowd_config/tasks/main.yml index 1827975..5062080 100644 --- a/roles/crowd_config/tasks/main.yml +++ b/roles/crowd_config/tasks/main.yml @@ -106,4 +106,5 @@ when: - atl_proxy_name is defined - atl_tomcat_scheme is defined + - not db_created.changed ignore_errors: yes # For Molecule as it has no db test framework included diff --git a/roles/jira_config/tasks/main.yml b/roles/jira_config/tasks/main.yml index 28c8042..de2d9d3 100644 --- a/roles/jira_config/tasks/main.yml +++ b/roles/jira_config/tasks/main.yml @@ -102,4 +102,5 @@ when: - atl_proxy_name is defined - atl_tomcat_scheme is defined + - not db_created.changed ignore_errors: yes # For Molecule as it has no db test framework included