docker_container: fix container removal when auto_remove is used (#48061)

* Fix container removal when auto_remove is used.
This commit is contained in:
Felix Fontein
2018-11-05 12:33:56 +01:00
committed by John R Barker
parent af79adca1d
commit af2b477950
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - do not fail when removing a container which has ``auto_remove: yes``."