community.docker/changelogs/fragments/181-docker_container-allow-anonymous-volume-mounts.yml
Ajpantuso b2430f756f
Allowing anonymous volumes via mounts option (#181)
* Initial Commit

* Adding changelog fragment
2021-07-27 17:35:40 +00:00

5 lines
205 B
YAML

---
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).