diff options
author | Alex Willmer <alex@moreati.org.uk> | 2024-12-05 21:54:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 21:54:46 +0100 |
commit | 59d9737788d63ea4e17b74d3c3ca1a0cf03f89ba (patch) | |
tree | 7ef22dc73040ae2f089d68342537effe27259954 /changelogs/fragments | |
parent | Fix `failed_when` string in the second `ansible.builtin.uri` example (#84382) (diff) | |
download | ansible-59d9737788d63ea4e17b74d3c3ca1a0cf03f89ba.tar.xz ansible-59d9737788d63ea4e17b74d3c3ca1a0cf03f89ba.zip |
fix reset_connection with templated connection variables (#84240)
* ssh: Test reset_connection with templated ansible_ssh_executable
Add failing test to confirm subsequent fixes are necessary & sufficient.
* ssh: Fix reset_connection with templated ansible_ssh_executable
Signed-off-by: Alex Willmer <alex@moreati.org.uk>
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/84238-fix-reset_connection-ssh_executable-templated.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/84238-fix-reset_connection-ssh_executable-templated.yml b/changelogs/fragments/84238-fix-reset_connection-ssh_executable-templated.yml new file mode 100644 index 0000000000..ea77b48dde --- /dev/null +++ b/changelogs/fragments/84238-fix-reset_connection-ssh_executable-templated.yml @@ -0,0 +1,2 @@ +bugfixes: + - ssh - connection options were incorrectly templated during ``reset_connection`` tasks (https://github.com/ansible/ansible/pull/84238). |