ansible/changelogs/fragments/65854-docker_container-wait-for-removal.yml
Felix Fontein 4df5bdb11e
docker_container: wait for removal if removal is in process (#65854)
* Allow to inspect containers directly.

* Wait for containers to be removed before recreating them.

* Also wait for containers to be removed before creating them.

* Add changelog.
2019-12-29 23:16:32 +01:00

2 lines
142 B
YAML

bugfixes:
- "docker_container - wait for removal of container if docker API returns early (https://github.com/ansible/ansible/issues/65811)."