issue #291: 2.6 compat fix.
This commit is contained in:
parent
b44b823c4a
commit
71b4294888
|
@ -257,7 +257,7 @@ def parse_python_path(s):
|
||||||
if not s:
|
if not s:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
return shlex.split(s)
|
return ansible.utils.shlex.shlex_split(s)
|
||||||
|
|
||||||
|
|
||||||
def config_from_play_context(transport, inventory_name, connection):
|
def config_from_play_context(transport, inventory_name, connection):
|
||||||
|
|
Loading…
Reference in New Issue