revert missing interpreter change, it breaks with Mitogen and without Mitogen, something else might be causing new-style detection to not work
This commit is contained in:
parent
2ecf227e1f
commit
941132c040
|
@ -3,7 +3,8 @@
|
|||
import sys
|
||||
|
||||
# As of Ansible 2.10, Ansible changed new-style detection: # https://github.com/ansible/ansible/pull/61196/files#diff-5675e463b6ce1fbe274e5e7453f83cd71e61091ea211513c93e7c0b4d527d637L828-R980
|
||||
# import ansible.module_utils.basic
|
||||
# NOTE: this doesn't work for vanilla Ansible anymore
|
||||
# from ansible.module_utils.
|
||||
|
||||
|
||||
def usage():
|
||||
|
|
Loading…
Reference in New Issue