Skip to content

Commit e0214cb

Browse files
committed
Add comments.
1 parent e433f25 commit e0214cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/_build_torch_xla.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
if: inputs.has_code_changes == 'true'
6060
shell: bash
6161
env:
62+
# Ansible 2.19 requires this environment variable being set, so that we can use
63+
# string variables as boolean.
6264
- ALLOW_BROKEN_CONDITIONALS: 1
6365
run: |
6466
cd pytorch/xla/infra/ansible

infra/ansible/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ WORKDIR /ansible
77
RUN pip install ansible
88
COPY . /ansible
99

10+
# Ansible 2.19 requires this environment variable being set, so that we can use
11+
# string variables as boolean.
1012
ENV ALLOW_BROKEN_CONDITIONALS "1"
1113

1214
ARG ansible_vars

0 commit comments

Comments
 (0)