Merge pull request #12892 from ansible/synchronize-remote-to-itself
Potential fix for #12816pull/4420/head
commit
1644eeb6be
|
@ -182,7 +182,7 @@ class ActionModule(ActionBase):
|
|||
# MUNGE SRC AND DEST PER REMOTE_HOST INFO
|
||||
src = self._task.args.get('src', None)
|
||||
dest = self._task.args.get('dest', None)
|
||||
if between_multiple_hosts or use_delegate:
|
||||
if between_multiple_hosts:
|
||||
# Private key handling
|
||||
if use_delegate:
|
||||
private_key = task_vars.get('ansible_ssh_private_key_file') or self._play_context.private_key_file
|
||||
|
|
Loading…
Reference in New Issue