As for the feedback received in the previous answers, people would like to keep a "print-cmd" like, which makes total sense.I was thinking we could write a proper check mode for the podman_container module, which could output the podman commands that are run by the module.We could also extract the container management tasks to its own playbook so an operator who would usually run:$ paunch debug (...) --action print-cmdreplaced by:$ ansible-playbook --check -i inventory.yaml containers.yaml
Challenges:- no unit tests like in paunch, will need good testing with Molecule
--Emilien Macchi