mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'when: X }' -> 'when: X | bool }' in both meta/main.yml
This commit is contained in:
parent
2bed0c9404
commit
2f73f599c5
2 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,2 @@
|
|||
dependencies:
|
||||
- { role: nodejs, tags: ['nodejs'], when: nodered_install }
|
||||
|
||||
- { role: nodejs, tags: ['nodejs'], when: nodered_install | bool }
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
dependencies:
|
||||
- { role: mongodb, tags: ['generic','mongodb'], when: sugarizer_install }
|
||||
- { role: nodejs, tags: ['nodejs'], when: sugarizer_install }
|
||||
- { role: mongodb, tags: ['generic','mongodb'], when: sugarizer_install | bool }
|
||||
- { role: nodejs, tags: ['nodejs'], when: sugarizer_install | bool }
|
||||
|
|
Loading…
Add table
Reference in a new issue