install rsync in container

This commit is contained in:
2025-07-26 14:00:19 +02:00
parent be73f9b648
commit df127c13b7

View File

@@ -62,10 +62,10 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
# cache: "pip"
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update && sudo apt-get install -y rsync
pip install ansible docker pip install ansible docker
ansible-galaxy collection install ansible.posix community.docker ansible-galaxy collection install ansible.posix community.docker