mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify /library/kolibri owner recommendation
This commit is contained in:
parent
d2da3f97fa
commit
61a9427e7d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue