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