Allowing anonymous volumes via mounts option (#181)

* Initial Commit

* Adding changelog fragment
This commit is contained in:
Ajpantuso
2021-07-27 13:35:40 -04:00
committed by GitHub
parent e2785de840
commit b2430f756f
3 changed files with 32 additions and 1 deletions
@@ -0,0 +1,4 @@
---
minor_changes:
- docker_container - lifted restriction preventing the creation of anonymous volumes with the ``mounts`` option
(https://github.com/ansible-collections/community.docker/pull/181).