Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 6, 2024
1 parent 3e00308 commit 01ac8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 01ac8d2

Please sign in to comment.