Merged in fix-for-crowd-cluster-reporting (pull request #97)

DCD-261: Fix for crowd cluster reporting

Approved-by: Adam Brokes
This commit is contained in:
Dylan Rathbone
2020-04-23 07:47:53 +00:00

View File

@@ -139,3 +139,8 @@
xpath: "/application-configuration/properties/property[@name='hibernate.connection.url']"
value: "{{ atl_jdbc_url }}?reWriteBatchedInserts=true"
when: crowd_cfg_stat_result.stat.exists
- name: Remove crowd.xml to prevent duplicates from appearing in cluster reporting
file:
path: "{{ atl_product_installation_versioned }}/apache-tomcat/conf/Catalina/localhost/crowd.xml"
state: absent