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 9b9a9a2 commit d959419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cd roles/bareos
poetry --ansi run ansible --version
poetry --ansi run ansible-galaxy --version
poetry --ansi run molecule test
poetry --ansi run molecule test -vvv
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
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 @@ -9,7 +9,7 @@ dependency:
options:
ignore-certs: true
ignore-errors: true
requirements-file: collections.yml
requirements-file: requirements.yml
driver:
name: docker
platforms:
Expand Down

0 comments on commit d959419

Please sign in to comment.