File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ kolibri_nginx_template: "{{ 'kolibri-nginx-proot.conf.j2' if is_proot else 'koli
6868# Set variables to patch kolibri on proot-distro environment
6969kolibri_patch_path : " /opt/iiab/iiab/roles/proot_services/files/kolibri-00-prevent_ip_error_out_due_A15_restrictions.patch"
7070
71- # Custom repo data by OS
71+ # Custom repo data by OS (PR #4300)
7272kolibri_repo_dict :
73- True : # when is_debian
74- repo : " https://learningequality.github.io/kolibri-installer-debian/"
75- keyring : " /etc/apt/keyrings/learningequality-kolibri.asc"
76- suite : " stable"
77- False : # when not is_debian
78- repo : " http://ppa.launchpad.net/learningequality/kolibri/ubuntu/"
79- keyring : " /etc/apt/keyrings/learningequality-kolibri.gpg"
80- suite : " noble"
73+ True : # when is_debian
74+ repo : https://learningequality.github.io/kolibri-installer-debian/
75+ keyring : /etc/apt/keyrings/learningequality-kolibri.asc
76+ suite : stable
77+ False : # when not is_debian
78+ repo : http://ppa.launchpad.net/learningequality/kolibri/ubuntu/
79+ keyring : /etc/apt/keyrings/learningequality-kolibri.gpg
80+ suite : noble
8181
8282kolibri_repo_uris : " {{ kolibri_repo_dict[is_debian].repo }}"
8383kolibri_keyring_file : " {{ kolibri_repo_dict[is_debian].keyring }}"
You can’t perform that action at this time.
0 commit comments