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

apt doesn't need pip's "extra_args: --no-cache-dir"

This commit is contained in:
A Holt 2019-09-26 18:57:54 -04:00 committed by GitHub
parent 1641b22165
commit a31981c982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,15 +22,15 @@
- name: Install latest Kolibri using apt
apt:
#update_cache: yes
name: kolibri
state: latest
extra_args: --no-cache-dir
when: internet_available and (kolibri_version is undefined)
- name: Install Kolibri {{ kolibri_version }} using apt
apt:
#update_cache: yes
name: "kolibri={{ kolibri_version }}"
extra_args: --no-cache-dir
when: internet_available and kolibri_version is defined
#- name: Install latest Kolibri using pip, to venv