fix: fix tmpfs_size and tmpfs_mode not being set (#580)

* fix: fix tmpfs_size and tmpfs_mode not being set

* fix: wrong file

* fix: add changelog fragment

* fix: update changelog fragment to match formatting

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Kristof Mattei
2023-02-10 05:05:09 -08:00
committed by GitHub
parent 54a3dc151d
commit d2f551fc5d
4 changed files with 120 additions and 2 deletions
@@ -0,0 +1,2 @@
bugfixes:
- docker_container - fix ``tmfs_size`` and ``tmpfs_mode`` not being set (https://github.com/ansible-collections/community.docker/pull/580).