diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 264691e..505fc76 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -81,7 +81,8 @@ jobs: poetry --ansi run ansible-galaxy install -r "$PREINSTALL_MOLECULE_REQUIREMENTS_YAML_PATH" $VERB_OPT fi cd roles/bareos - poetry --ansi run molecule $DEBUG_OPT $VERB_OPT test &; bash .github/workflows/docker_ps.sh + poetry --ansi run molecule $DEBUG_OPT $VERB_OPT test & + bash .github/workflows/docker_ps.sh env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'