Given my understanding of the way Ansible bundles up modules, I am not sure that will work. You may need to install your custom python libraries on each of your target systems.
On Monday, 21 March 2016 18:41:07 UTC, Alexey Wasilyev wrote: > > Hello! > > I am writing a set of custom ansible modules, that uses some shared code. > And cant find a right way how this can be organised. Where I should put my > custom python library under current catalog so it can be imported by my > modules? > > I don't want to makes "official" library, available via pip, and I don't > want to copy it manually out of current playbook tree. > > > Alexey > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/5007aa5a-5d53-4d05-8fd2-ae0bad6d7f0c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
