webapps/nextcloud: Set home directory's mode

This commit is contained in:
Alexis Ben Miloud--Josselin 2024-01-23 18:00:54 +01:00
parent 9b67202acc
commit 251416f3e8
2 changed files with 6 additions and 0 deletions

View file

@ -62,6 +62,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* unbound: Use root hints provided by debian package dns-root-data instead of downloading them
* vrrpd: variable to force update the switch script (default: false)
* webapps/nextcloud: Add Ceph volume to fstab
* webapps/nextcloud: Set home directory's mode
### Fixed

View file

@ -26,6 +26,11 @@
tags:
- nextcloud
- name: Set mode for home directory
ansible.builtin.file:
path: "{{ nextcloud_home }}"
mode: "0701"
- name: Create top-level directories
ansible.builtin.file:
dest: "{{ item }}"