bootstrap: use 'truthy', not bool

This commit is contained in:
Josh Lay 2025-07-27 13:23:15 -05:00
parent ae65b55a99
commit 4e087155d8
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -35,4 +35,4 @@
enabled: true
when:
- auto_update is defined
- auto_update | bool
- auto_update is truthy(convert_bool=True)