You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering if PR's that replace the shell/command tasks with podman modules would be welcome, or is there any specific reason why this driver is using the podman cli via command/shell?
The text was updated successfully, but these errors were encountered:
I can answer this one. Podman collection was not really actively maintained and that gave more flexibility. Things change, I am not against using it, but be sure it is maintained.
Leaving this issue open since I feel like this improvement should be on the todo list.
I am also considering the possibility of making molecule provisioning plugins be just ansible collections but I am not yet sure that would work. If it works, it would mean that you would not have to install python modules but instead just add some collections. Collections such podman or vagrant could include the "glue" code or metadata to expose themselves as also being molecule plugins.
Having the plugins/drivers as ansible collections sounds like an excellent idea, as it would make it feel more closely integrated in ansible.
With that it would also perhaps make sense to get molecule to install the ansible collection for the required driver automatically.
ssbarnea
transferred this issue from ansible-community/molecule-podman
Jan 8, 2023
Wondering if PR's that replace the shell/command tasks with podman modules would be welcome, or is there any specific reason why this driver is using the podman cli via command/shell?
The text was updated successfully, but these errors were encountered: