We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793c2a0 commit 547e1c4Copy full SHA for 547e1c4
1 file changed
.github/workflows/ansible-deploy.yml
@@ -17,9 +17,7 @@ jobs:
17
- name: Install Ansible and dependencies
18
run: |
19
sudo apt update
20
- sudo apt install -y ansible python3-docker python3-pip
21
- pip3 install docker-compose
22
- pip3 install docker
+ sudo apt install -y ansible python3-docker python3-pip docker-compose-v2
23
24
- name: Deploy with Ansible
25
env:
0 commit comments