ITOPS-2059 using more lookups, which I may not need to be using if we're already using ansible-with-atl-env

This commit is contained in:
Geoff Jacobs
2019-08-21 12:00:23 +10:00
parent ceba8d47ba
commit aa62a02b6d
3 changed files with 7 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
insertafter: "EOF"
line: 'export CATALINA_OPTS="${CATALINA_OPTS} {{ atl_catalina_opts }} {{ atl_catalina_opts_extra }}"'
- name: Set JAVA_HOME
- name: Set JAVA_HOME #FIXME
lineinfile:
path: "{{ atl_product_installation_versioned }}/apache-tomcat/bin/setenv.sh"
insertafter: "EOF"