diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 08114e4..2980580 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -8,6 +8,9 @@ on: # yamllint disable-line rule:truthy - master permissions: read-all +env: + INSTALL_REQUIREMENTS_TXT: true + concurrency: group: >- ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} @@ -35,8 +38,9 @@ jobs: path: "${{ github.repository }}" - name: Install flake and molecule plugins and show molecule version run: | - poetry run pip install "molecule-plugins[lint]" - poetry run flake8 molecule --version || true + ls -lh /root/.cache/pip + #poetry run pip install "molecule-plugins[lint]" + #poetry run flake8 molecule --version || true - name: molecule uses: gofrolist/molecule-action@v2 with: diff --git a/roles/bareos/molecule/default/molecule.yml b/roles/bareos/molecule/default/molecule.yml index 7cfebe9..efe1a93 100644 --- a/roles/bareos/molecule/default/molecule.yml +++ b/roles/bareos/molecule/default/molecule.yml @@ -5,6 +5,8 @@ dependency: options: ignore-certs: true ignore-errors: true + name: shell + command: exit 0 driver: name: docker platforms: