bootstrap: use 'truthy', not bool
This commit is contained in:
parent
ae65b55a99
commit
4e087155d8
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
when:
|
when:
|
||||||
- auto_update is defined
|
- auto_update is defined
|
||||||
- auto_update | bool
|
- auto_update is truthy(convert_bool=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue