From 61a9427e7d9c9d579ef752a3279e5a68e3b5908c Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 26 Mar 2023 15:57:45 -0400 Subject: [PATCH] Clarify /library/kolibri owner recommendation --- roles/kolibri/tasks/install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/kolibri/tasks/install.yml b/roles/kolibri/tasks/install.yml index d3f5958f7..a6b5e5b3d 100644 --- a/roles/kolibri/tasks/install.yml +++ b/roles/kolibri/tasks/install.yml @@ -158,6 +158,9 @@ become_user: "{{ kolibri_user }}" when: kolibri_provision +# 2023-03-25: Likely overkill (let's strongly consider removing this stanza?) +# Certainly, setting owner (recursively) is advised when moving /library/kolibri : +# https://kolibri.readthedocs.io/en/latest/install/ubuntu-debian.html#changing-the-owner-of-kolibri-system-service - name: chown -R {{ kolibri_user }}:{{ apache_user }} {{ kolibri_home }} for good measure? file: path: "{{ kolibri_home }}" # /library/kolibri