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