summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2023-04-17 12:56:37 -0400
committerGitHub <noreply@github.com>2023-04-17 11:56:37 -0500
commitba487253bb91f42b6385c0194ee2ccc387d3c499 (patch)
treef69cc1e7563cf35d6710eec7a11e2754791e18cc /changelogs
parentd5a36b8734077de524c1bb090d6179278c1187d6 (diff)
downloadansible-ba487253bb91f42b6385c0194ee2ccc387d3c499.tar.gz
password lookup, handle ident properly when saved (#80251) (#80310)
* password lookup, handle ident properly when saved (#80251) * password lookup, handle ident properly when saved Currently we format and save ident when present but we didn't account for this when reading the saved file Also added some more robust error handling. (cherry picked from commit 0fd88717c953b92ed8a50495d55e630eb5d59166) * fix try block indent# https://chris.beams.io/posts/git-commit/ * clog (cherry picked from commit 97c8da77838e93b416c5e700abafa89a8383e950) * fix bad merge indentation
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/password_lookup_file_fix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/password_lookup_file_fix.yml b/changelogs/fragments/password_lookup_file_fix.yml
new file mode 100644
index 0000000000..282b260cd6
--- /dev/null
+++ b/changelogs/fragments/password_lookup_file_fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - password lookup now correctly reads stored ident fields.