Commit d34025fa authored by David Wilson's avatar David Wilson

ansible: _transfer_data() must return remote_path.

Fixes DebOps bug.
parent a9db27d4
......@@ -216,6 +216,7 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase):
LOG.debug('_transfer_data(%r, %s ..%d bytes)',
remote_path, type(data), len(data))
self._connection.put_data(remote_path, data)
return remote_path
def _fixup_perms2(self, remote_paths, remote_user=None, execute=True):
"""
......
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