mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
3 iiab.ini descrips + rm excess '| bool' casts
This commit is contained in:
parent
7f2d43c493
commit
6e6fab170d
17 changed files with 29 additions and 30 deletions
|
@ -1,5 +1,5 @@
|
|||
- include_tasks: install.yml
|
||||
when: nodered_install | bool and not nodered_installed is defined
|
||||
when: nodered_install and not nodered_installed is defined
|
||||
|
||||
- include_tasks: enable.yml
|
||||
when: nodered_install | bool or nodered_installed is defined
|
||||
when: nodered_install or nodered_installed is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue