diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2021-06-14 15:18:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 14:18:48 -0500 |
commit | dce10b89ad9fe3f4d0f6be4c521fe7239f552e33 (patch) | |
tree | a2747db4a0222c79524c904be5e188e29ff1b04d /changelogs | |
parent | 7448c2fa62d78123d43d01cccb03318e0317eb75 (diff) | |
download | ansible-dce10b89ad9fe3f4d0f6be4c521fe7239f552e33.tar.gz |
Ssh opts fix (#74972)
(cherry picked from commit 675df166c27bc82a4d9a7cba45e11aec0300ae2c)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/fix_scp_ssh_settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_scp_ssh_settings.yml b/changelogs/fragments/fix_scp_ssh_settings.yml new file mode 100644 index 0000000000..d61acbfdd3 --- /dev/null +++ b/changelogs/fragments/fix_scp_ssh_settings.yml @@ -0,0 +1,2 @@ +bugfixes: + - ssh connection - fix interaction between transfer settings options. |