1
0
Fork 0
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:
A Holt 2020-04-21 11:27:03 -04:00 committed by GitHub
parent 5f33649ae3
commit 3b773c3e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: