Make current_container_facts work with newer Docker versions and latest ansible-test container changes (#510)

* Add more debug output.

* Add basic integration test.

* Split into lines.

* Fix docker detection, add podman detection.

ci_complete

* Improve regular expression.

* Document that this module is trying its best, but might not be perfect.

* Update comment.
This commit is contained in:
Felix Fontein
2022-11-30 22:25:33 +01:00
committed by GitHub
parent ee9ddb954f
commit c2d84efccb
4 changed files with 84 additions and 7 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "current_container_facts - make work with current Docker version, also support Podman (https://github.com/ansible-collections/community.docker/pull/510)."