chore: fix CI/CD to install oefenweb.fail2ban role
All checks were successful
Deploy / Prepare Build (push) Successful in 19s

This commit is contained in:
Matthew McKinnon 2025-01-26 11:15:34 +10:00
parent 393e349180
commit 1854085780

View File

@ -28,6 +28,7 @@ jobs:
echo "StrictHostKeyChecking no" >> ~/.ssh/config
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt
echo "nameserver 10.10.10.1" > /etc/resolv.conf
ansible-galaxy install oefenweb.fail2ban
./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"