webapps/nextcloud: Set home directory's mode
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2682|4|2678|5|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/455//ansiblelint">Evolix » ansible-roles » unstable #455</a>
gitea/ansible-roles/pipeline/head This commit looks good

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 }}"