File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
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] .21 26+ uses :
ansible-cloud/[email protected] .22 2727 with :
2828 controller_host : ${{ secrets.CONTROLLER_HOST }}
2929 controller_username : ${{ secrets.CONTROLLER_USERNAME }}
@@ -33,13 +33,13 @@ jobs:
3333 extra_vars : " your_region=us-west-1"
3434 validate_certs : false
3535 env :
36- PY_COLORS : ' 1'
37- ANSIBLE_FORCE_COLOR : ' 1'
36+ # PY_COLORS: '1'
37+ # ANSIBLE_FORCE_COLOR: '1'
3838 pull_request_event : ${{ github.event.pull_request.number }}
3939 - name : Adding markdown
4040 run : |
4141 echo "### Ansible Automation Platform - Job Output :rocket:" >> $GITHUB_STEP_SUMMARY
42- echo "" >> $GITHUB_STEP_SUMMARY
42+ echo "" >> $GITHUB_STEP_SUMMARY
4343 GITHUB_STEP_SUMMARY="$GITHUB_STEP_SUMMARY \n $(<job_output.txt)"
4444 cat job_output.txt >> $GITHUB_STEP_SUMMARY
4545 # workshop_job_provision:
Original file line number Diff line number Diff line change 11#! /usr/bin/bash
2+ # PY_COLORS: '1'
3+ # ANSIBLE_FORCE_COLOR: '1'
4+
5+ export PY_COLORS=1
6+ export ANSIBLE_FORCE_COLOR=1
27
38echo " AAP - Automation controller Github Action"
49
You can’t perform that action at this time.
0 commit comments