Skip to content

Commit 36d39d0

Browse files
committed
[kolibri] remove string filter from boolean var
1 parent 56b1876 commit 36d39d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/kolibri/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ kolibri_repo_dict:
7979
keyring: "/etc/apt/keyrings/learningequality-kolibri.gpg"
8080
suite: "noble"
8181

82-
kolibri_repo_uris: "{{ kolibri_repo_dict[is_debian | string].repo }}"
83-
kolibri_keyring_file: "{{ kolibri_repo_dict[is_debian | string].keyring }}"
84-
kolibri_suite: "{{ kolibri_repo_dict[is_debian | string].suite }}"
82+
kolibri_repo_uris: "{{ kolibri_repo_dict[is_debian].repo }}"
83+
kolibri_keyring_file: "{{ kolibri_repo_dict[is_debian].keyring }}"
84+
kolibri_suite: "{{ kolibri_repo_dict[is_debian].suite }}"

0 commit comments

Comments
 (0)