excommunicate fix

pull/15344/head
Toshio Kuratomi 10 years ago
parent 55bb24fb7d
commit 0031e08f7d

@ -180,7 +180,7 @@ def debug(command, zipped_mod, json_params):
# ansible modules) # ansible modules)
sys.stdin = IOStream(json_params) sys.stdin = IOStream(json_params)
sys.path.insert(0, basedir) sys.path.insert(0, basedir)
from ansible.module_exec.%(ansible_module)s.__main__ import main from ansible_module_%(ansible_module)s import main
main() main()
print('WARNING: Module returned to wrapper instead of exiting') print('WARNING: Module returned to wrapper instead of exiting')
sys.exit(1) sys.exit(1)

Loading…
Cancel
Save