diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 7fc0299..3cb4918 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -56,6 +56,7 @@ 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 - run : - poetry --ansi run molecule --version + run: | + cd roles/bareos + poetry --ansi run molecule test