From 01ac8d22901fca6e7aa1c94cee82440ec51dca44 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sat, 6 Apr 2024 03:44:03 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 3cb4918..37291df 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -56,7 +56,12 @@ jobs: printf "Packages:\n%s\n \n" "$(poetry --ansi run pip list | sed -e "s/ /${ESC}[1;35m /g; s/$/${ESC}[0m/g")" sudo --version || true - name: Molecule test + shell: bash run: | cd roles/bareos + poetry --ansi run ansible-galaxy --version poetry --ansi run molecule test + env: + PY_COLORS: '1' + ANSIBLE_FORCE_COLOR: '1'