summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2024-10-01 17:48:57 +0200
committerGitHub <noreply@github.com>2024-10-01 17:48:57 +0200
commit79e8c4c26c85f39101dad71ae4ecf468f939583b (patch)
tree2ef01c97466ca71c252b8131a68b69729721dba6 /changelogs
parentPrevent condor from being installed and fulfilling libfmt dependency (#84023) (diff)
downloadansible-79e8c4c26c85f39101dad71ae4ecf468f939583b.tar.xz
ansible-79e8c4c26c85f39101dad71ae4ecf468f939583b.zip
debconf: set empty password value (#83217)
Fixes: #83214 --------- Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/debconf_empty_password.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/debconf_empty_password.yml b/changelogs/fragments/debconf_empty_password.yml
new file mode 100644
index 0000000000..473dc53e0d
--- /dev/null
+++ b/changelogs/fragments/debconf_empty_password.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - debconf - set empty password values (https://github.com/ansible/ansible/issues/83214).