mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
kalite/tasks/install.yml: Fix typos "is_linuxmint_21"
This commit is contained in:
parent
e1df2a5061
commit
b61053cc3a
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
- python-setuptools # Provides setuptools-44 on recent OS's (last version compatible with python2)
|
||||
- virtualenv # Drags in 'python3-virtualenv' which in turn drags in 'python3-pip' -- for Ansible module 'pip' when used with 'virtualenv_command: /usr/bin/virtualenv' and 'virtualenv_python: python2.7' -- compare package 'python3-venv' used by roles {calibre-web, jupyterhub, lokole}
|
||||
state: present
|
||||
when: is_debian_11 or is_ubuntu_2204 # Covers is_linuxmint_12, and is more future-proof than...
|
||||
when: is_debian_11 or is_ubuntu_2204 # Covers is_linuxmint_21, and is more future-proof than...
|
||||
#when: not (is_debian_12 or is_ubuntu_2304 or is_ubuntu_2310)
|
||||
# 2020-03-31: Testing for {is_raspbian_9, is_raspbian_10} is not currently nec, as testing for {is_debian_9, is_debian_10} covers that already.
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
# use key retrieval from mongodb
|
||||
- name: Use scripts/install_python2.sh to install python2 and virtualenv
|
||||
command: "{{ iiab_dir }}/scripts/install_python2.sh"
|
||||
when: not (is_debian_11 or is_ubuntu_2204) # Also avoids is_linuxmint_12, and is more future-proof than...
|
||||
when: not (is_debian_11 or is_ubuntu_2204) # Also avoids is_linuxmint_21, and is more future-proof than...
|
||||
#when: is_debian_12 or is_ubuntu_2304 or is_ubuntu_2310
|
||||
|
||||
- name: Use pip to pin setuptools to 44 in {{ kalite_venv }} # WAS: if Raspbian/Debian > 10 or Ubuntu > 19
|
||||
|
|
Loading…
Reference in a new issue