Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 18edf2c

Browse files
committed
missing brace
1 parent 7694043 commit 18edf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
shell: |
2525
API_KEY='{{ nginx_controller_api_key }}' \
2626
{{ (nginx_controller_hostname | length > 0) | ternary('CONTROLLER_HOSTNAME=' + nginx_controller_hostname,'') }} \
27-
{{ (nginx_controller_hostname | length > 0) or (nginx_controller_instance_name | length > 0) | ternary('STORE_UUID=True','') }} \
27+
{{ ((nginx_controller_hostname | length > 0) or (nginx_controller_instance_name | length > 0)) | ternary('STORE_UUID=True','') }} \
2828
sh ./install.sh -y \
2929
{{ (nginx_controller_location | length > 0) | ternary('-l ' + nginx_controller_location,'') }} \
3030
{{ (nginx_controller_instance_name | length > 0) | ternary('-i ' + nginx_controller_instance_name,'') }}

0 commit comments

Comments
 (0)