1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

"| bool" mandated by Ansible 2.8

This commit is contained in:
A Holt 2019-05-25 00:50:55 -04:00 committed by GitHub
parent d1247e8864
commit 397849f8bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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