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 b3690e8 commit 484d3df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
options: --privileged --cap-add SYS_ADMIN
permissions:
statuses: write
# strategy:
# fail-fast: false
# matrix:
# image:
# - alpine
strategy:
fail-fast: false
matrix:
role:
- bareos
# - debian
# - oracle
# - ubuntu
Expand All @@ -43,7 +43,7 @@ jobs:
- name: molecule
uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: alexanderbazhenoff/ansible-collection-linux
molecule_working_dir: alexanderbazhenoff/ansible-collection-linux/roles/${{ matrix.role }}
scenario: default
env:
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit 484d3df

Please sign in to comment.