We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e433f25 commit e0214cbCopy full SHA for e0214cb
.github/workflows/_build_torch_xla.yml
@@ -59,6 +59,8 @@ jobs:
59
if: inputs.has_code_changes == 'true'
60
shell: bash
61
env:
62
+ # Ansible 2.19 requires this environment variable being set, so that we can use
63
+ # string variables as boolean.
64
- ALLOW_BROKEN_CONDITIONALS: 1
65
run: |
66
cd pytorch/xla/infra/ansible
infra/ansible/Dockerfile
@@ -7,6 +7,8 @@ WORKDIR /ansible
7
RUN pip install ansible
8
COPY . /ansible
9
10
+# Ansible 2.19 requires this environment variable being set, so that we can use
11
+# string variables as boolean.
12
ENV ALLOW_BROKEN_CONDITIONALS "1"
13
14
ARG ansible_vars
0 commit comments