Merge pull request #673 from jpmens/copy_file

file mode now correctly set after chaining from copy
This commit is contained in:
Michael DeHaan 2012-07-24 07:48:17 -07:00
commit bbaa2048c8

View file

@ -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: