Merge pull request #673 from jpmens/copy_file
file mode now correctly set after chaining from copy
This commit is contained in:
commit
bbaa2048c8
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…
Reference in a new issue