DCD-261: Fix for crowd cluster reporting

This commit is contained in:
Dylan Rathbone
2020-04-23 17:25:06 +10:00
parent df8132cd7c
commit 43985cfe89

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