mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
file mode now correctly set after chaining from copy
This commit is contained in:
parent
fef53b1a9e
commit
44a9226ece
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ class Runner(object):
|
||||||
conn.put_file(source, tmp_src)
|
conn.put_file(source, tmp_src)
|
||||||
|
|
||||||
# run the copy module
|
# run the copy module
|
||||||
self.module_args = "src=%s dest=%s" % (tmp_src, dest)
|
|
||||||
return self._execute_module(conn, tmp, 'copy', self.module_args, inject=inject).daisychain('file')
|
return self._execute_module(conn, tmp, 'copy', self.module_args, inject=inject).daisychain('file')
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue