diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 3685381..b3e05e0 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -18,7 +18,7 @@ set +a # Use Ansible from virtualenv if provided pipenv run \ - ansible-playbook -v \ + ansible-playbook -vvvv \ $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \ -i $INV \ $PLAYBOOK \ diff --git a/roles/crowd_config/tasks/main.yml b/roles/crowd_config/tasks/main.yml index 3b5afdc..817ad2e 100644 --- a/roles/crowd_config/tasks/main.yml +++ b/roles/crowd_config/tasks/main.yml @@ -11,7 +11,6 @@ regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$' line: '\1Xms${atl_jvm_heap}\3' backrefs: yes - verbosity: 4 - name: Set the maxmimum heap size (Xmx) lineinfile: @@ -19,7 +18,6 @@ regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$' line: '\1Xmx${atl_jvm_heap}\3' backrefs: yes - verbosity: 4 - name: Set Crowd home directory in crowd-init.properties file lineinfile: