1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #1989 from mitra42/mitra

internetarchive: Branding in main.yml
This commit is contained in:
A Holt 2019-10-06 20:45:25 -04:00 committed by GitHub
commit dcc75c343d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
msg: "Internet Archive install cannot proceed, as it currently requires Node.js 10.x or 12.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: internetarchive_install and (nodejs_version != "10.x") and (nodejs_version != "12.x")
- name: Install packages needed by Distributed Web
- name: Install packages needed by Internet Archive Offline
package:
name:
- libsecret-1-dev