install rsync in container
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user