Commit 6e3d119b authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: migrate to the new docker-compose-plugin package

parent 80ae63e6
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
---

# 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"