mirror of https://github.com/ansible/ansible.git
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>pull/83630/head
parent
4408b2c3e1
commit
c904bffc7d
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- debconf - fix normalization of value representation for boolean vtypes in new packages (https://github.com/ansible/ansible/issues/83594)
|
Loading…
Reference in New Issue