mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fix non bool path
This commit is contained in:
@@ -156,6 +156,9 @@ def main():
|
||||
if question not in prev:
|
||||
changed = True
|
||||
else:
|
||||
|
||||
existing = prev[question]
|
||||
|
||||
# ensure we compare booleans supplied to the way debconf sees them (true/false strings)
|
||||
if vtype == 'boolean':
|
||||
value = to_text(value).lower()
|
||||
|
||||
Reference in New Issue
Block a user