Hi all,
I'm currently developing a role that uses this project's (https://github.com/leapfrogonline/ansible-merge-vars/) custom action_plugin in order to merge a bunch of variables before processing them with my role. The plugin is also being distributed via PiP (which is how I installed it in my environment)
This role works like a charm without Molecule, but I would like to be able to test this role with Molecule.
How would one proceed to do so?
All of the code involved is here: https://github.com/thulium-drake/ansible-role-apt
Cheers!