Skip to content

Commit 25ea5ba

Browse files
authored
kolibri/defaults/main.yml: Easier to read kolibri_repo_dict w/o quotes
Updated comments and formatting for repo data.
1 parent af9ee6d commit 25ea5ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

roles/kolibri/defaults/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
6969
kolibri_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)
7272
kolibri_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

8282
kolibri_repo_uris: "{{ kolibri_repo_dict[is_debian].repo }}"
8383
kolibri_keyring_file: "{{ kolibri_repo_dict[is_debian].keyring }}"

0 commit comments

Comments
 (0)