You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Ansible Role that installs [Docker](https://www.docker.com) on Linux.
6
6
@@ -34,11 +34,19 @@ docker_obsolete_packages:
34
34
- docker
35
35
- docker.io
36
36
- docker-engine
37
+
- docker-doc
38
+
- docker-compose
39
+
- docker-compose-v2
37
40
- podman-docker
38
41
- containerd
39
42
- runc
40
43
```
41
44
45
+
`docker_obsolete_packages` for different os-family:
46
+
47
+
- [`RedHat.yaml`](./vars/RedHat.yml)
48
+
- [`Debian.yaml`](./vars/Debian.yml)
49
+
42
50
A list of packages to be uninstalled prior to running this role. See [Docker's installation instructions](https://docs.docker.com/engine/install/debian/#uninstall-old-versions) for an up-to-date list of old packages that should be removed.
43
51
44
52
```yaml
@@ -60,7 +68,7 @@ Docker Compose Plugin installation options. These differ from the below in that
0 commit comments