From ec4eb5ebd73a83ff8ea539be1a7a5f27438c63a4 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Wed, 3 Apr 2024 20:19:41 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 5 +---- roles/bareos/molecule/default/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index b3817c2..7c1927c 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -8,9 +8,6 @@ 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 }} @@ -38,7 +35,7 @@ jobs: path: "${{ github.repository }}" - name: Install flake and molecule plugins and show molecule version run: | - ls -lh /root || true + ls -lh /app/.venv/bin/poetry || true #poetry run pip install "molecule-plugins[lint]" #poetry run flake8 molecule --version || true - name: molecule diff --git a/roles/bareos/molecule/default/molecule.yml b/roles/bareos/molecule/default/molecule.yml index efe1a93..df0cea1 100644 --- a/roles/bareos/molecule/default/molecule.yml +++ b/roles/bareos/molecule/default/molecule.yml @@ -6,7 +6,7 @@ dependency: ignore-certs: true ignore-errors: true name: shell - command: exit 0 + command: whereis poetry driver: name: docker platforms: