mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-261: Fix for crowd cluster reporting
This commit is contained in:
@@ -139,3 +139,8 @@
|
|||||||
xpath: "/application-configuration/properties/property[@name='hibernate.connection.url']"
|
xpath: "/application-configuration/properties/property[@name='hibernate.connection.url']"
|
||||||
value: "{{ atl_jdbc_url }}?reWriteBatchedInserts=true"
|
value: "{{ atl_jdbc_url }}?reWriteBatchedInserts=true"
|
||||||
when: crowd_cfg_stat_result.stat.exists
|
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
|
||||||
Reference in New Issue
Block a user