Skip to content

Commit eaca892

Browse files
committed
sync
1 parent de4c52c commit eaca892

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Load the ansible-cloud action
2525
id: controller_job
26-
uses: ansible-cloud/[email protected].18
26+
uses: ansible-cloud/[email protected].19
2727
with:
2828
controller_host: ${{ secrets.CONTROLLER_HOST }}
2929
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
@@ -33,6 +33,8 @@ jobs:
3333
extra_vars: "your_region=us-west-1"
3434
validate_certs: false
3535
env:
36+
PY_COLORS: '1'
37+
ANSIBLE_FORCE_COLOR: '1'
3638
pull_request_event: ${{ github.event.pull_request.number }}
3739
# workshop_job_provision:
3840
# runs-on: ubuntu-latest

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ tee playbook.yml << EOF
183183
scm_track_submodules: "{{ project_info[0].scm_track_submodules }}"
184184
scm_update_on_launch: "{{ project_info[0].scm_update_on_launch }}"
185185
allow_override: "{{ project_info[0].allow_override }}"
186-
when: project_var|length > 0
186+
when: project_var|length > 0
187187
188188
EOF
189189

0 commit comments

Comments
 (0)