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 9667370 commit 3e52858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
sudo --version || true
- name: Molecule test
shell: bash
# poetry --ansi run ansible-galaxy install -r requirements.yml -vvv
run: |
apt-get install gnupg2 rsync openssh-client openssh-server -y
cd roles/bareos
poetry --ansi run ansible --version
poetry --ansi run ansible-galaxy --version
poetry --ansi run ansible-galaxy install -r requirements.yml -vvv
poetry --ansi run molecule test
env:
PY_COLORS: '1'
Expand Down

0 comments on commit 3e52858

Please sign in to comment.