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:
parent
d1247e8864
commit
397849f8bc
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue