mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Copy module needs to use src as transfer path.
This commit is contained in:
@@ -317,6 +317,7 @@ class Runner(object):
|
||||
conn.put_file(source, tmp_src)
|
||||
|
||||
# run the copy module
|
||||
self.module_args = "%s src=%s" % (self.module_args, tmp_src)
|
||||
return self._execute_module(conn, tmp, 'copy', self.module_args, inject=inject).daisychain('file')
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user