mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in ITOPSENG-127-remove-duplicate-jira-jvm-o (pull request #89)
ITOPSENG-127 remove duplicate jira jvm o * ITOPSENG-127 working on removing some of the duplicate CATALINA_OPTS in setenv.sh * ITOPSENG-127 remove double dashes * ITOPSENG-127 removing old tasks for adding CATALINA_OPTS * ITOPSENG-127 handle blank options Approved-by: Ben Partridge <bpartridge@atlassian.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
- name: CATALINA_OPTS unique and sorted
|
||||
set_fact:
|
||||
catalina_opts: "{{ query('flattened', catalina_ops_list) | unique | sort }}"
|
||||
catalina_opts: "{{ query('flattened', catalina_ops_list) | reject('equalto', '') | unique | sort }}"
|
||||
|
||||
- name: Set CATALINA_OPTS in setenv.sh
|
||||
blockinfile:
|
||||
|
||||
Reference in New Issue
Block a user