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:
parent
1641b22165
commit
a31981c982
1 changed files with 2 additions and 2 deletions
|
@ -22,15 +22,15 @@
|
||||||
|
|
||||||
- name: Install latest Kolibri using apt
|
- name: Install latest Kolibri using apt
|
||||||
apt:
|
apt:
|
||||||
|
#update_cache: yes
|
||||||
name: kolibri
|
name: kolibri
|
||||||
state: latest
|
state: latest
|
||||||
extra_args: --no-cache-dir
|
|
||||||
when: internet_available and (kolibri_version is undefined)
|
when: internet_available and (kolibri_version is undefined)
|
||||||
|
|
||||||
- name: Install Kolibri {{ kolibri_version }} using apt
|
- name: Install Kolibri {{ kolibri_version }} using apt
|
||||||
apt:
|
apt:
|
||||||
|
#update_cache: yes
|
||||||
name: "kolibri={{ kolibri_version }}"
|
name: "kolibri={{ kolibri_version }}"
|
||||||
extra_args: --no-cache-dir
|
|
||||||
when: internet_available and kolibri_version is defined
|
when: internet_available and kolibri_version is defined
|
||||||
|
|
||||||
#- name: Install latest Kolibri using pip, to venv
|
#- name: Install latest Kolibri using pip, to venv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue