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 a697b11 commit ca884d2
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 @@ -61,7 +61,7 @@ jobs:
# poetry --ansi run ansible-galaxy install -r requirements.yml -vvv
run: |
apt-get install gnupg2 rsync openssh-client openssh-server -y
echo "remote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg
printf "[defaults]\nremote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg
cd roles/bareos
poetry --ansi run ansible --version
poetry --ansi run ansible-galaxy --version
Expand Down

0 comments on commit ca884d2

Please sign in to comment.