Skip to content

Commit 29c50ee

Browse files
committed
ansible fix
1 parent 46520c3 commit 29c50ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/deploy-to-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
INFERENCE_SERVER_API_KEY:
285285
"{{ lookup('ansible.builtin.env', 'WEB_INFERENCE_SERVER_API_KEY') }}"
286286
ENABLE_CHAT: "{{ lookup('ansible.builtin.env', 'WEB_ENABLE_CHAT') }}"
287-
BYE: "{{ lookup('ansible.builtin.env', 'BYE') }}"
287+
BYE: "{{ lookup('ansible.builtin.env', 'WEB_BYE') }}"
288288
ENABLE_DRAFTS_WITH_PLUGINS:
289289
"{{ lookup('ansible.builtin.env',
290290
'WEB_ENABLE_DRAFTS_WITH_PLUGINS')}}"

0 commit comments

Comments
 (0)