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:
parent
272885c5ee
commit
7c145c04f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue