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 7091d9a commit bd89e9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
- name: Molecule test
shell: bash
run: |
apt-get install gnupg2
apt-get install gnupg2 rsync
cd roles/bareos
poetry --ansi run ansible-galaxy --version
poetry --ansi run ansible-galaxy collection install community.general -vvv
poetry --ansi run ansible-galaxy collection install community.docker -vvv
poetry --ansi run molecule test
env:
PY_COLORS: '1'
Expand Down

0 comments on commit bd89e9f

Please sign in to comment.