From 484d3dfbafe5e5a4d33f84ec013e206d6f159576 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Wed, 3 Apr 2024 19:29:29 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 6c04ff6..67e2e66 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -23,11 +23,11 @@ jobs: options: --privileged --cap-add SYS_ADMIN permissions: statuses: write -# strategy: -# fail-fast: false -# matrix: -# image: -# - alpine + strategy: + fail-fast: false + matrix: + role: + - bareos # - debian # - oracle # - ubuntu @@ -43,7 +43,7 @@ jobs: - name: molecule uses: gofrolist/molecule-action@v2 with: - molecule_working_dir: alexanderbazhenoff/ansible-collection-linux + molecule_working_dir: alexanderbazhenoff/ansible-collection-linux/roles/${{ matrix.role }} scenario: default env: ANSIBLE_FORCE_COLOR: '1'