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 :-) On Wednesday, May 3, 2023 at 3:51:02 PM UTC+2 Brian Coca wrote: > I'm assuming you are in a collection context, so plugins/module_utils > (they are also available to controller, not just modules) > > > -- > ---------- > Brian Coca > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3910489f-50dc-4d8e-bcf0-cc267efdd038n%40googlegroups.com.
