Commit bbaa2048 by Michael DeHaan

Merge pull request #673 from jpmens/copy_file

file mode now correctly set after chaining from copy
parents c2a63a5c 44a9226e
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment