mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 12:06:29 +00:00
* If running inside a container, only install docker CLI, not docker daemon. ci_complete * Fix OpenSUSE.
9 lines
216 B
YAML
9 lines
216 B
YAML
---
|
|
docker_packages:
|
|
- docker>=17
|
|
|
|
# OpenSUSE 15 does not seem to have docker-client (https://software.opensuse.org/package/docker-client)
|
|
# or any other Docker CLI-only package
|
|
docker_cli_packages:
|
|
- docker>=17
|