mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITSD-487185 Slight change for readability
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
- "opensearch.http.url={{ atl_opensearch_endpoint }}"
|
||||
- "opensearch.aws.region={{ ansible_ec2_placement_region }}"
|
||||
when:
|
||||
- atl_opensearch_endpoint is defined and atl_opensearch_endpoint | length > 0
|
||||
- atl_opensearch_endpoint is defined
|
||||
- atl_opensearch_endpoint is not none
|
||||
- atl_opensearch_endpoint | length > 0
|
||||
- ansible_ec2_placement_region is defined
|
||||
|
||||
- name: Override JVM memory settings.
|
||||
|
||||
Reference in New Issue
Block a user