1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

nextcloud/tasks/install.yml: Clarify /library/www/nextcloud 755 perms (and later 644 files)

This commit is contained in:
A Holt 2021-07-06 15:11:55 -04:00 committed by GitHub
parent 272885c5ee
commit 7c145c04f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@
# when: php_version is version('8.0', '<')
- name: Create dir {{ nextcloud_root_dir }}
- name: Create dir {{ nextcloud_root_dir }} (by default 755 dirs & 644 files)
file:
state: directory
path: "{{ nextcloud_root_dir }}" # /library/www/nextcloud