feat: migrate to the new docker-compose-plugin package
This commit is contained in:
parent
80ae63e64f
commit
6e3d119b34
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
|
||||
# remove old docker-compose package
|
||||
- name: "remove docker-compose-plugin"
|
||||
ansible.builtlin.apt:
|
||||
name: "docker-compose"
|
||||
state: "absent"
|
||||
|
||||
# install docker
|
||||
- name: "install docker"
|
||||
ansible.builtin.apt:
|
||||
|
|
@ -9,7 +15,7 @@
|
|||
- "docker.io"
|
||||
- "python3-pip"
|
||||
- "python3-docker"
|
||||
- "docker-compose"
|
||||
- "docker-compose-plugin"
|
||||
|
||||
# nfs client
|
||||
- name: "install nfs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue