Skip to content

Commit 746a2cb

Browse files
committed
asdf
1 parent a4bba55 commit 746a2cb

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
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].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:

entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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

38
echo "AAP - Automation controller Github Action"
49

0 commit comments

Comments
 (0)