1
0
Fork 0
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:
holta 2019-05-24 19:57:35 -04:00
parent 2bed0c9404
commit 2f73f599c5
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,2 @@
dependencies:
- { role: nodejs, tags: ['nodejs'], when: nodered_install }
- { role: nodejs, tags: ['nodejs'], when: nodered_install | bool }

View file

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