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 ad5c148 commit 7a289e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: |
cd roles/bareos
poetry --ansi run ansible-galaxy --version
poetry --ansi run ansible-galaxy collection install community.general
poetry --ansi run ansible-galaxy collection install community.docker
poetry --ansi run molecule test
env:
PY_COLORS: '1'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ python = "^3.10"
ansible-core = "~2.16"
ansible-compat = ">=4.1"
ansible-lint = "*"
galaxy-ng = "*"
molecule = "*"
flake8 = "*"
yamllint = "*"
Expand Down

0 comments on commit 7a289e2

Please sign in to comment.