ansible: _transfer_data() must return remote_path.

Fixes DebOps bug.
pull/129/head
David Wilson 8 years ago
parent 38dc7165ec
commit 12b422db94

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

Loading…
Cancel
Save