Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 3, 2024
1 parent b8ca7a7 commit 50d55f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions roles/bareos/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependency:
options:
ignore-certs: true
ignore-errors: true
name: shell
command: exit 0
driver:
name: docker
platforms:
Expand Down

0 comments on commit 50d55f7

Please sign in to comment.