docker_host_info - Allow filters which are passed as lists (#160)

* Initial Commit

* Adding integration tests

* Adding example in docs

* Adding changelog fragment

* Applying initial review suggestions
This commit is contained in:
Ajpantuso
2021-06-22 16:27:38 -04:00
committed by GitHub
parent af2b3b0493
commit 49c8fd0aa5
4 changed files with 77 additions and 10 deletions
@@ -0,0 +1,4 @@
---
minor_changes:
- docker_host_info - allow values for keys in ``containers_filters``, ``images_filters``, ``networks_filters``, and
``volumes_filters`` to be passed as YAML lists (https://github.com/ansible-collections/community.docker/pull/160).