Update
Some checks failed
CI/CD Pipeline / lint (push) Has been cancelled
CI/CD Pipeline / deploy (push) Failing after 41s

This commit is contained in:
sotos
2025-12-19 07:58:10 +01:00
parent b5e4a462db
commit ccc1bfd366
2 changed files with 6 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ jobs:
apt-get update && apt-get install -y python3 python3-pip openssh-client bash git
pip3 install --upgrade pip
pip3 install ansible
ansible-galaxy collection install community.docker
- name: Setup SSH
shell: bash