No collections. Just the classic *_plugins directories. For example action_plugins.
The code is available to the controlling node too. What I'm trying to achieve is to create once the pysnow client, put it 'somewhere' and have the action plugins access this very same object. However, what is that 'somewhere', if any.
Unfortunately, every task runs in a different process (the pid is different) but they all share the same parent process. So, maybe, there is a way. I guess this is what Ansible does when it reuses the ssh connection.
Just don't know where to look :-)