Skip to content

Commit e1642d3

Browse files
author
Miguel Medinilla
committed
Improve outputs
1 parent 2bb218d commit e1642d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/e2e-rocky9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
e2e-rocky9:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 60
13+
env:
14+
TERM: xterm-256color
15+
CLICOLOR_FORCE: "1"
16+
ANSIBLE_FORCE_COLOR: "true"
17+
PYTHONUNBUFFERED: "1"
1318
steps:
1419
- name: Checkout
1520
uses: actions/checkout@v4

tests/e2e/run_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ galaxy_retry "ansible-galaxy collection install -r '${SCRIPT_DIR}/requirements.y
8686

8787
echo ":: Running Ansible playbook"
8888
ANSIBLE_EXIT=0
89-
ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook \
89+
ANSIBLE_FORCE_COLOR=1 ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook \
9090
-i "${SCRIPT_DIR}/inventory.ini" \
9191
"${SCRIPT_DIR}/site.yml" || ANSIBLE_EXIT=$?
9292

0 commit comments

Comments
 (0)