fix remove_orphans using APIs exposed via AnsibleDockerClient (#54316)

Co-Authored-By: sluther <neenach2002@gmail.com>
This commit is contained in:
Scott Luther 2019-03-30 06:33:17 -07:00 committed by René Moser
commit 5517b0384f
2 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- docker_compose - fixed an issue where ``remove_orphans`` doesn't work reliably.