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:
commit
dcc75c343d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue