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)
|
||||
|
||||
# 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')
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue