Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 6, 2024
1 parent 0b68e1b commit 02b78fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
options: --privileged --cap-add SYS_ADMIN
permissions:
statuses: write
strategy:
fail-fast: false
# strategy:
# fail-fast: false
# matrix:
# role:
# - bareos
Expand Down Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
apt-get install gnupg2 rsync openssh-client -y
cd roles/bareos
ansible-galaxy collection install -r requirements.yml -vvv
poetry --ansi run ansible-galaxy --version
poetry --ansi run ansible-galaxy collection install -r requirements.yml -vvv
poetry --ansi run molecule test
env:
PY_COLORS: '1'
Expand Down

0 comments on commit 02b78fb

Please sign in to comment.