Rename to avoid module name conflict.
This commit is contained in:
parent
fd9f5e6e60
commit
a8cd86420a
|
@ -8,9 +8,9 @@ import time
|
|||
|
||||
import econtext
|
||||
import econtext.utils
|
||||
import ansible.module_utils.basic
|
||||
|
||||
# Prevent accident import of an Ansible module from hanging on stdin read.
|
||||
import ansible.module_utils.basic
|
||||
ansible.module_utils.basic._ANSIBLE_ARGS = '{}'
|
||||
|
||||
|
Loading…
Reference in New Issue