mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Cleanup means purging the docker daemon. This was necessary when the docker tests were run as part of ansible/ansible and community.general CI, but in the community.docker CI the problematic runs are on their own CI node. ci_complete
17 lines
316 B
YAML
17 lines
316 B
YAML
docker_cli_version: '0.0'
|
|
docker_api_version: '0.0'
|
|
docker_py_version: '0.0'
|
|
docker_skip_cleanup: yes
|
|
docker_prereq_packages: []
|
|
docker_packages:
|
|
- docker-ce
|
|
|
|
docker_pip_extra_packages: []
|
|
docker_pip_package: docker
|
|
docker_pip_package_limit: ''
|
|
|
|
docker_cleanup_packages:
|
|
- docker
|
|
- docker-ce
|
|
- docker-ce-cli
|