Hello Ansible community, I am developing a series of custom plugins, with common Python code and common json schema files. Take for example a lookup plugin that needs to import the external Python code and open the json schema files. In a unit test this all works. But in a playbook these files can not be found.
This is of course because the plugin code runs on a different environment. Usually this code should be put into a directory named module_utils. For a lookup plugin apparently this doesn't work. Is there a way to make this work for (lookup) plugins ? THX -- 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/4aee2fec-b589-4aa9-8ab3-2e542a2c0b55n%40googlegroups.com.
