Merge pull request #12892 from ansible/synchronize-remote-to-itself
Potential fix for #12816
This commit is contained in:
commit
1644eeb6be
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue