Fix docker_plugin crash when handling plugin options (#447)

* Fix docker_plugin crash when handling plugin options.

* Try to add tests.
This commit is contained in:
Felix Fontein
2022-08-12 19:29:45 +02:00
committed by GitHub
parent f513ba2c59
commit a50257381f
4 changed files with 50 additions and 4 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_plugin - fix crash when handling plugin options (https://github.com/ansible-collections/community.docker/issues/446, https://github.com/ansible-collections/community.docker/pull/447)."