We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb218d commit e1642d3Copy full SHA for e1642d3
.github/workflows/e2e-rocky9.yml
@@ -10,6 +10,11 @@ jobs:
10
e2e-rocky9:
11
runs-on: ubuntu-latest
12
timeout-minutes: 60
13
+ env:
14
+ TERM: xterm-256color
15
+ CLICOLOR_FORCE: "1"
16
+ ANSIBLE_FORCE_COLOR: "true"
17
+ PYTHONUNBUFFERED: "1"
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
tests/e2e/run_e2e.sh
@@ -86,7 +86,7 @@ galaxy_retry "ansible-galaxy collection install -r '${SCRIPT_DIR}/requirements.y
86
87
echo ":: Running Ansible playbook"
88
ANSIBLE_EXIT=0
89
-ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook \
+ANSIBLE_FORCE_COLOR=1 ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook \
90
-i "${SCRIPT_DIR}/inventory.ini" \
91
"${SCRIPT_DIR}/site.yml" || ANSIBLE_EXIT=$?
92
0 commit comments