chore(server): adjust folder permissions to be idempotent, formatting
This commit is contained in:
parent
c7fd45b47f
commit
0368d71410
@ -47,11 +47,11 @@ nextcloud_paths:
|
|||||||
- path: "{{ nextcloud_config_path }}"
|
- path: "{{ nextcloud_config_path }}"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
owner: "{{ nextcloud_user_info.uid | default(nextcloud_user) }}"
|
owner: "{{ nextcloud_user_info.uid | default(nextcloud_user) }}"
|
||||||
group: "root"
|
group: root
|
||||||
- path: "{{ nextcloud_data_path }}"
|
- path: "{{ nextcloud_data_path }}"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
owner: "{{ nextcloud_user_info.uid | default(nextcloud_user) }}"
|
owner: "{{ nextcloud_user_info.uid | default(nextcloud_user) }}"
|
||||||
group: "{{ nextcloud_user_info.uid|default(nextcloud_user) }}"
|
group: "{{ nextcloud_user_info.group | default(nextcloud_user) }}"
|
||||||
- path: "{{ nextcloud_fpm_config_path }}"
|
- path: "{{ nextcloud_fpm_config_path }}"
|
||||||
mode: "0750"
|
mode: "0750"
|
||||||
owner: root
|
owner: root
|
||||||
|
Loading…
Reference in New Issue
Block a user