mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-08-02 17:14:51 +02:00
Moved pythonlibs to module_utils to avoid usage of ENV vars
This commit is contained in:
parent
38ccf5f1cf
commit
9053215084
23 changed files with 31 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/python
|
||||
|
||||
import json
|
||||
import mt_api
|
||||
from ansible.module_utils import mt_api
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue