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 484d3df commit b8ca7a7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,15 @@ jobs:
matrix:
role:
- bareos
# - debian
# - oracle
# - ubuntu
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: show dirs
- name: Install flake and molecule plugins and show molecule version
run: |
ls -lh alexanderbazhenoff/ansible-collection-linux
molecule --version || true
poetry run pip install "molecule-plugins[lint]"
poetry run flake8 molecule --version || true
- name: molecule
uses: gofrolist/molecule-action@v2
with:
Expand Down

0 comments on commit b8ca7a7

Please sign in to comment.