1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

venv cleanups: lokole, calibre-web, pip stub for Admin Console

This commit is contained in:
root 2023-03-17 23:36:31 -04:00
parent e589bbce0f
commit cfb446479d
3 changed files with 9 additions and 4 deletions

View file

@ -42,6 +42,11 @@
name: pbx
when: pbx_install
- name: "INSTALL python3-pip FOR ADMIN CONSOLE 'cmdsrv : Download speedtest-cli' -- SEE PR #3494 -- REMOVE THIS CODE LATER"
package:
name: python3-pip
state: present
- name: Recording STAGE 9 HAS COMPLETED ====================
lineinfile:
path: "{{ iiab_env_file }}"

View file

@ -1,9 +1,9 @@
- name: "Install packages: imagemagick, python3-venv"
- name: "Install packages: imagemagick, python3-venv, build-essential"
package:
name:
- imagemagick
- python3-venv
- python3-dev
#- python3-dev
- build-essential
state: present

View file

@ -2,11 +2,11 @@
# https://github.com/iiab/iiab/blob/master/roles/www_base/templates/iiab-refresh-wiki-docs.sh#L51-L52
- name: Install 14 packages for Lokole
- name: Install 13 packages for Lokole
apt:
name:
#- python3 # 2022-12-21: IIAB pre-req, see scripts/local_facts.fact
- python3-pip
#- python3-pip
- python3-venv
- python3-dev
- python3-bcrypt # 2019-10-14: Should work across modern Linux OS's