We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3e008 commit 763e33fCopy full SHA for 763e33f
ansible/inference/deploy-server.yaml
@@ -151,7 +151,7 @@
151
default(100, true) }}"
152
ENABLE_SAFETY:
153
"{{ lookup('ansible.builtin.env', 'INFERENCE_ENABLE_SAFETY') |
154
- default('False', true) }}"
+ default('False', true) | string }}"
155
GUNICORN_WORKERS:
156
"{{ lookup('ansible.builtin.env', 'INFERENCE_GUNICORN_WORKERS') |
157
default(1, true) }}"
0 commit comments