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 928dee2 commit ec4eb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/bareos/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency:
ignore-certs: true
ignore-errors: true
name: shell
command: exit 0
command: whereis poetry
driver:
name: docker
platforms:
Expand Down

0 comments on commit ec4eb5e

Please sign in to comment.