6b2b876d43
podman 1.4 now installs docker man pages. Add handler to remove docker packages to avoid test failure due to this conflict. Adjust inventory_docker_swarm integration test Add conditional to cleanup handlers to allow use of the setup_docker role without removing packages at the end of the play. The inventory_docker_swarm integration tests does its own cleanup.
16 lines
291 B
YAML
16 lines
291 B
YAML
docker_cli_version: '0.0'
|
|
docker_api_version: '0.0'
|
|
docker_py_version: '0.0'
|
|
docker_skip_cleanup: no
|
|
docker_prereq_packages: []
|
|
docker_packages:
|
|
- docker-ce
|
|
|
|
docker_pip_extra_packages: []
|
|
docker_pip_packages:
|
|
- docker
|
|
|
|
docker_cleanup_packages:
|
|
- docker
|
|
- docker-ce
|
|
- docker-ce-cli
|