Skip to content

Commit

Permalink
ansible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Nov 25, 2023
1 parent 46520c3 commit 29c50ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/deploy-to-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
INFERENCE_SERVER_API_KEY:
"{{ lookup('ansible.builtin.env', 'WEB_INFERENCE_SERVER_API_KEY') }}"
ENABLE_CHAT: "{{ lookup('ansible.builtin.env', 'WEB_ENABLE_CHAT') }}"
BYE: "{{ lookup('ansible.builtin.env', 'BYE') }}"
BYE: "{{ lookup('ansible.builtin.env', 'WEB_BYE') }}"
ENABLE_DRAFTS_WITH_PLUGINS:
"{{ lookup('ansible.builtin.env',
'WEB_ENABLE_DRAFTS_WITH_PLUGINS')}}"
Expand Down

0 comments on commit 29c50ee

Please sign in to comment.