mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6fca49f445
* Don't die when docker CLI doesn't want to work with docker daemon. * Allow more 'docker volume ls' failures * More. * Fix more failures. * Forgot ignore_errors. * Another one. * More places. * Try to install newer docker on RHEL8. * Also restrict docker-ce-cli.
10 lines
335 B
YAML
10 lines
335 B
YAML
docker_prereq_packages:
|
|
- yum-utils
|
|
- device-mapper-persistent-data
|
|
- lvm2
|
|
- libseccomp
|
|
|
|
# Docker CE > 3:18.09.1 requires containerd.io >= 1.2.2-3 which is unavaible at this time
|
|
docker_packages:
|
|
- docker-ce-3:18.09.1
|
|
- docker-ce-cli-1:18.09.1 # otherwise 19.03.9 is installed, which won't work with docker daemon 18.09.1
|