mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Add default license boilerplate, refactor common powershell code, fixes for raw/script modules.
This commit is contained in:
parent
35a7c93c76
commit
f7af29680b
7 changed files with 113 additions and 109 deletions
|
@ -106,7 +106,6 @@ class ActionModule(object):
|
|||
# transfer the file to a remote tmp location
|
||||
source = source.replace('\x00', '') # why does this happen here?
|
||||
args = args.replace('\x00', '') # why does this happen here?
|
||||
#tmp_src = os.path.join(tmp, os.path.basename(source)) # CCTODO
|
||||
tmp_src = conn.shell.join_path(tmp, os.path.basename(source))
|
||||
tmp_src = tmp_src.replace('\x00', '')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue