Fix docker_image's build.args (#456)

* Add tests for build.args.

* Fix bug: store build args in correct dict

* Add changelog fragment.

* Update copyright notice.
This commit is contained in:
Felix Fontein
2022-08-16 22:37:51 +02:00
committed by GitHub
parent ad05773e34
commit d8297df7d0
5 changed files with 21 additions and 1 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_image - fix build argument handling (https://github.com/ansible-collections/community.docker/issues/455, https://github.com/ansible-collections/community.docker/pull/456)."