mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
By default, no longer do cleanup of setup_docker. (#38)
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
This commit is contained in:
parent
c0bd1becea
commit
1fa2c3b77d
@ -1,7 +1,7 @@
|
||||
docker_cli_version: '0.0'
|
||||
docker_api_version: '0.0'
|
||||
docker_py_version: '0.0'
|
||||
docker_skip_cleanup: no
|
||||
docker_skip_cleanup: yes
|
||||
docker_prereq_packages: []
|
||||
docker_packages:
|
||||
- docker-ce
|
||||
|
||||
Loading…
Reference in New Issue
Block a user