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

Commit 07f23dc

Browse files
committed
nginx_controller_ var pattern
1 parent f726829 commit 07f23dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
{{ (nginx_controller_hostname | length > 0) | ternary('CONTROLLER_HOSTNAME=' + nginx_controller_hostname,'') }} \
2727
{{ (nginx_controller_hostname | length > 0) | ternary('STORE_UUID=True','') }} \
2828
sh ./install.sh -y \
29-
{{ (location | length > 0) | ternary('-l ' + location,'') }} \
30-
{{ (instance_name | length > 0) | ternary('-i ' + instance_name,'') }}
29+
{{ (nginx_controller_location | length > 0) | ternary('-l ' + nginx_controller_location,'') }} \
30+
{{ (nginx_controller_instance_name | length > 0) | ternary('-i ' + nginx_controller_instance_name,'') }}
3131
args:
3232
chdir: "{{ ansible_env.HOME }}"
3333
creates: /var/log/nginx-controller/agent.log

0 commit comments

Comments
 (0)