ansible-role-docker/vars/Debian_docker_ce.yml
Adrien Reslinger 2ca2ad9796
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build encountered an error
Add docker compose plugin
2022-11-11 23:47:30 +01:00

13 lines
No EOL
248 B
YAML

---
docker_package_name:
- apt-transport-https
- ca-certificates
- curl
- software-properties-common
- docker-ce
- docker-compose-plugin
docker_remove_packages_name:
- docker-engine
- docker.io
docker_python_lib:
- python3-docker