ITSD-487185 Slight change for readability

This commit is contained in:
Glenn Stewart
2025-10-07 11:10:57 +11:00
parent 9db60ac1a6
commit 35744ee999

View File

@@ -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.