diff --git a/roles/calibre-web/defaults/main.yml b/roles/calibre-web/defaults/main.yml index 7a5085951..689808dec 100644 --- a/roles/calibre-web/defaults/main.yml +++ b/roles/calibre-web/defaults/main.yml @@ -14,7 +14,7 @@ # All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! -calibreweb_version: master # WAS: master, 0.6.4 +calibreweb_version: 0.6.5 # WAS: master, 0.6.4 calibreweb_venv_path: /usr/local/calibre-web calibreweb_exec_path: "{{ calibreweb_venv_path }}/cps.py" diff --git a/roles/kalite/tasks/install.yml b/roles/kalite/tasks/install.yml index 86c3f19d6..cd2f4849b 100644 --- a/roles/kalite/tasks/install.yml +++ b/roles/kalite/tasks/install.yml @@ -6,10 +6,11 @@ timeout: "{{ download_timeout }}" when: internet_available | bool -- name: Run 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' as "TEMPORARY" workaround (2020-01-17) for piwheels.org's setuptools Python 2/3 brokenness on RPi (https://github.com/iiab/iiab/issues/2139) - command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139 - ignore_errors: yes - when: is_rpi | bool +# 2020-01-19: https://github.com/piwheels/packages/issues/74 says the following is not longer needed... +#- name: Run 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' as "TEMPORARY" workaround (2020-01-17) for piwheels.org's setuptools Python 2/3 brokenness on RPi (https://github.com/iiab/iiab/issues/2139) +# command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139 +# ignore_errors: yes +# when: is_rpi | bool #- name: Install KA Lite non-static + reqs file with pip - (debuntu) # pip: requirements={{ pip_packages_dir }}/kalite.txt diff --git a/roles/lokole/defaults/main.yml b/roles/lokole/defaults/main.yml index 60950a0ee..fd5ae2851 100644 --- a/roles/lokole/defaults/main.yml +++ b/roles/lokole/defaults/main.yml @@ -5,7 +5,7 @@ # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! # Info needed to install Lokole -lokole_version: 0.5.4 +lokole_version: 0.5.5 lokole_admin_user: admin # lowercase seems nec here (even though uppercase Admin/changeme is IIAB's OOB recommendation!) lokole_admin_password: changeme lokole_install_path: "{{ content_base }}/lokole" # /library/lokole diff --git a/scripts/ansible b/scripts/ansible index 44ccea0c5..7b3c1123b 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.9.3" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.4" # For XO laptops (pip install) & CentOS (yum install rpm) # On other OS's we attempt the latest from PPA, which might be more recent export DEBIAN_FRONTEND=noninteractive diff --git a/scripts/ansible-2.9.x b/scripts/ansible-2.9.x index f2cd54985..3ee947586 100755 --- a/scripts/ansible-2.9.x +++ b/scripts/ansible-2.9.x @@ -1,7 +1,7 @@ #!/bin/bash -e CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.9.3" # For XO laptops (pip install) & CentOS (yum install rpm) +GOOD_VER="2.9.4" # For XO laptops (pip install) & CentOS (yum install rpm) # On other OS's we attempt the latest from PPA, which might be more recent export DEBIAN_FRONTEND=noninteractive