Re: [ansible-devel] Re: Cannot import module from ~/.ansible/plugins/module_utils

2019-06-28 Thread Modest Sokolov
Jordan, thanks a lot. https://github.com/ansible/ansible/issues/58490 Regards, Modest Sokolov пт, 28 июн. 2019 г. в 01:20, Jordan Borean : > Action plugins can reference ansible.module_utils but only for ones in the > base Ansible package. Module can take advantage of the lookup path as

[ansible-devel] Re: Cannot import module from ~/.ansible/plugins/module_utils

2019-06-27 Thread Modest Sokolov
lt;https://docs.ansible.com/ansible/latest/dev_guide/overview_architecture.html#ansible-search-path> derived from the active configuration. "* is not working for action plugins.* It will be very useful, if information about this point was in ansible documentation too. Regards, Modest S

[ansible-devel] Re: Cannot import module from ~/.ansible/plugins/module_utils

2019-06-07 Thread Modest Sokolov
_.py* ) Does this mean, that ansible doesn't use $DEFAULT_MODULE_UTILS_PATH? that is DEFAULT_MODULE_UTILS_PATH(default) = ['/Users/bob/.ansible/plugins/module_utils', '/usr/share/ansible/plugins/module_utils'] пятница, 7 июня 2019 г., 17:05:55 UTC+3 пользователь

[ansible-devel] Re: Cannot import module from ~/.ansible/plugins/module_utils

2019-06-07 Thread Modest Sokolov
'/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7', '/usr/local/Cellar/ansible/2.8.0/libexec/lib/python3.7/site-packages'] Regards, Modest четверг, 6 июня 2019 г., 21:18:31 UTC+3 пользователь Modest Sokolov написал: > > Hello, > I d

[ansible-devel] Cannot import module from ~/.ansible/plugins/module_utils

2019-06-06 Thread Modest Sokolov
Hello, I develop the modules for comware5. They run, when are in ansible standard directoriу, for my installation it is /usr/local/Cellar/ansible/2.8.0/libexec/lib/python3.7/site-packages/ansible/ I've tried to move them in other directories - in ~/.ansible at running time of ansible-playbook n