mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean out bitrot
This commit is contained in:
parent
821bcec373
commit
b29f1ab42e
2 changed files with 1 additions and 38 deletions
|
|
@ -18,10 +18,9 @@
|
|||
- name: Create data dir {{ nextcloud_data_dir }}
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ nextcloud_data_dir }}" # /library/nextcloud/data NOT USED BY NEXTCLOUD AS OF 2020-02-15 ...Nextcloud defaults to /opt/nextcloud/data OR /library/www/html/nextcloud/data ??
|
||||
path: "{{ nextcloud_data_dir }}" # /library/www/nextcloud/data
|
||||
owner: "{{ apache_user }}"
|
||||
group: "{{ apache_user }}"
|
||||
# mode: '0750'
|
||||
|
||||
# 1 of 3: Very Old Way... from OwnCloud days
|
||||
#- name: Install {{ nextcloud_root_dir }}/config/autoconfig.php from template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue