itops removing nested quotes in crowd-init.properties file

This commit is contained in:
Geoff Jacobs
2019-08-16 15:11:18 +10:00
parent 9d19e129ab
commit 0cefe5e34c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
- name: Set Crowd home directory in crowd-init.properties file
lineinfile:
path: "{{ atl_product_installation_versioned }}/crowd-webapp/WEB-INF/classes/crowd-init.properties"
line: 'crowd.home="{{ atl_product_home }}"'
line: 'crowd.home={{ atl_product_home }}'
- name: Set the Tomcat environment
lineinfile: