diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 3133aa3..6256e6c 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -38,12 +38,12 @@ jobs: path: "${{ github.repository }}" - name: show dirs run: | - ls -lh alexanderbazhenoff + ls -lh alexanderbazhenoff/ansible-collection-linux molecule --version || true - name: molecule - uses: gofrolist/molecule-action@v2 + uses: robertdebock/molecule-action@latest with: - molecule_working_dir: alexanderbazhenoff + molecule_working_dir: alexanderbazhenoff/ansible-collection-linux scenario: default env: ANSIBLE_FORCE_COLOR: '1'