mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
beed45849a
commit
55fa28e7a7
1 changed files with 3 additions and 3 deletions
|
@ -99,9 +99,9 @@
|
||||||
|
|
||||||
- name: chown -R {{ kolibri_user }}:{{ apache_user }} {{ kolibri_home }}
|
- name: chown -R {{ kolibri_user }}:{{ apache_user }} {{ kolibri_home }}
|
||||||
file:
|
file:
|
||||||
path: "{{ kolibri_home }}"
|
path: "{{ kolibri_home }}" # /library/kolibri
|
||||||
owner: "{{ kolibri_user }}"
|
owner: "{{ kolibri_user }}" # kolibri
|
||||||
group: "{{ apache_user }}"
|
group: "{{ apache_user }}" # www-data (on Debian/Ubuntu/Raspbian)
|
||||||
recurse: yes
|
recurse: yes
|
||||||
when: kolibri_provision | bool
|
when: kolibri_provision | bool
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue