mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/kalite/tasks/install.yml
This commit is contained in:
parent
5f33649ae3
commit
3b773c3e0f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
virtualenv_python: python2.7
|
||||
extra_args: "--no-use-pep517 --no-cache-dir --no-python-version-warning"
|
||||
when: not (is_debian_9 or is_debian_10 or is_ubuntu_16 or is_ubuntu_17 or is_ubuntu_18 or is_ubuntu_19)
|
||||
# long form of (is_ubuntu_20 or is_debian_11)
|
||||
# long form of (is_debian_11+ or is_ubuntu_20+)
|
||||
|
||||
- name: Use pip to install KA Lite static to {{ kalite_venv }}
|
||||
pip:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue