1
0
Fork 0
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:
root 2020-01-13 19:57:50 -05:00
parent 7f2d43c493
commit 6e6fab170d
17 changed files with 29 additions and 30 deletions

View file

@ -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