summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2024-07-18 21:50:31 +0200
committerGitHub <noreply@github.com>2024-07-18 21:50:31 +0200
commitc904bffc7d09f23b11e8d2423fe0a59c577e22f4 (patch)
tree90af5d80720cb733adb22d967a48ac2b6e5a5ef7 /changelogs
parentreplace - fix documentation and remove ignore clauses (#83574) (diff)
downloadansible-c904bffc7d09f23b11e8d2423fe0a59c577e22f4.tar.xz
ansible-c904bffc7d09f23b11e8d2423fe0a59c577e22f4.zip
debconf: handle boolean value representation consistently (#83601)
* lift code that normalizes value type for boolean vtype to cover both branches of conditional. * remove obsolete and incomplete conversion of type in set_selection. Fixes: #83594 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/83601-debconf-normalize-bools.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/83601-debconf-normalize-bools.yml b/changelogs/fragments/83601-debconf-normalize-bools.yml
new file mode 100644
index 0000000000..e2eec66a8d
--- /dev/null
+++ b/changelogs/fragments/83601-debconf-normalize-bools.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - debconf - fix normalization of value representation for boolean vtypes in new packages (https://github.com/ansible/ansible/issues/83594)