On Sat, May 16, 2015 at 8:53 PM, Ananda Debnath <[email protected]> wrote: > Sorry, I don't follow. > > If I have functions that are common to many of my custom libraries, I'll > need to put them in > /usr/lib/python2.6/site-packages/ansible/module_utils/mycommon.py and then > import them in my libraries with from ansible.module_utils.mycommon import * > right?
yes > Are you saying there's another non-root type location I can stick > mycommon.py in and have functions pulled into my module with from > ansible.module_utils.mycommon import *? no -- 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 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/CAJ5XC8k2T02Pc_9jEBkO-zw%3DCUB7BLzM4ggA840QOZXTLTNbGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
