Skip to content

Commit 763e33f

Browse files
authored
Playbook string env fix (#2555)
1 parent 6c3e008 commit 763e33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/inference/deploy-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
default(100, true) }}"
152152
ENABLE_SAFETY:
153153
"{{ lookup('ansible.builtin.env', 'INFERENCE_ENABLE_SAFETY') |
154-
default('False', true) }}"
154+
default('False', true) | string }}"
155155
GUNICORN_WORKERS:
156156
"{{ lookup('ansible.builtin.env', 'INFERENCE_GUNICORN_WORKERS') |
157157
default(1, true) }}"

0 commit comments

Comments
 (0)