Moved pythonlibs to module_utils to avoid usage of ENV vars

This commit is contained in:
antoni 2017-12-06 18:38:55 +01:00
parent 38ccf5f1cf
commit 9053215084
23 changed files with 31 additions and 29 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
import mt_api
from ansible.module_utils import mt_api
import re
import sys