File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff 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
188188EOF
189189
You can’t perform that action at this time.
0 commit comments