From 792949f6ef3f2cc471fd9c863d927e44f882b09c Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sat, 6 Apr 2024 03:28:14 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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