From 5032371fed22d753cb2f3e9936be533bf26ec85f Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Wed, 30 Oct 2019 11:14:39 +1100 Subject: [PATCH] ITOPSENG-283 fixing typo and adding debug --- roles/crowd_config/tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/crowd_config/tasks/main.yml b/roles/crowd_config/tasks/main.yml index ea31775..3b5afdc 100644 --- a/roles/crowd_config/tasks/main.yml +++ b/roles/crowd_config/tasks/main.yml @@ -11,13 +11,15 @@ regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$' line: '\1Xms${atl_jvm_heap}\3' backrefs: yes + verbosity: 4 - name: Set the maxmimum heap size (Xmx) lineinfile: path: "{{ atl_product_installation_versioned }}/apache-tomcat/bin/setenv.sh" regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$' - line: '\1Xmx${xms}m\3' + line: '\1Xmx${atl_jvm_heap}\3' backrefs: yes + verbosity: 4 - name: Set Crowd home directory in crowd-init.properties file lineinfile: