fix lambda args for fallback

pull/658/head
Steven Robertson 4 years ago
parent 552ae9c6d3
commit 5e0fb902b2

@ -71,7 +71,7 @@ from ansible.module_utils.six import with_metaclass
try:
from ansible.executor.interpreter_discovery import discover_interpreter
except ImportError:
discover_interpreter = lambda a,b,c,d: '/usr/bin/python'
discover_interpreter = lambda action,interpreter_name,discovery_mode,task_vars: '/usr/bin/python'
try:
from ansible.utils.unsafe_proxy import AnsibleUnsafeText

Loading…
Cancel
Save