mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Clarify {{ apache_user }} is usually www-data
This commit is contained in:
parent
62a4d44cd5
commit
aca6369eac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
file:
|
||||
state: directory
|
||||
path: "{{ nextcloud_data_dir }}" # /library/www/nextcloud/data
|
||||
owner: "{{ apache_user }}"
|
||||
owner: "{{ apache_user }}" # www-data on debuntu
|
||||
group: "{{ apache_user }}"
|
||||
|
||||
# 1 of 3: Very Old Way... from OwnCloud days
|
||||
|
|
Loading…
Reference in a new issue