Skip to content

Commit 547e1c4

Browse files
committed
ci: use apt packages, disable pip
1 parent 793c2a0 commit 547e1c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ansible-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- name: Install Ansible and dependencies
1818
run: |
1919
sudo apt update
20-
sudo apt install -y ansible python3-docker python3-pip
21-
pip3 install docker-compose
22-
pip3 install docker
20+
sudo apt install -y ansible python3-docker python3-pip docker-compose-v2
2321
2422
- name: Deploy with Ansible
2523
env:

0 commit comments

Comments
 (0)