docker_host_info: allow to list all containers (#538)

* Allow to list all containers.

* Fix typo.
This commit is contained in:
Felix Fontein
2022-12-27 21:39:17 +01:00
committed by GitHub
parent 44b98609fd
commit faa7fef504
3 changed files with 47 additions and 3 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_host_info - allow to list all containers with new option ``containers_all`` (https://github.com/ansible-collections/community.docker/issues/535, https://github.com/ansible-collections/community.docker/pull/538)."