mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
c3a9fe830d
commit
8b706bd3e8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Fail if nodejs_version is not set to {{ nodejs_version }}
|
||||
- name: Fail if nodejs_version is not set to 10.x
|
||||
fail:
|
||||
msg: "Sugarizer install cannot proceeed, as it currently requires Node.js 10.x, and your nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml and possibly also /etc/iiab/local_vars.yml"
|
||||
when: sugarizer_install and (nodejs_version != "10.x")
|
||||
|
|
Loading…
Reference in a new issue