mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix PowerShell plugin issues affecting fetch module when used against Windows hosts.
This commit is contained in:
@@ -1193,7 +1193,7 @@ class Runner(object):
|
||||
return path
|
||||
|
||||
if len(split_path) > 1:
|
||||
return os.path.join(initial_fragment, *split_path[1:])
|
||||
return conn.shell.join_path(initial_fragment, *split_path[1:])
|
||||
else:
|
||||
return initial_fragment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user