webapps/evoadmin-mail: package can now installed via public.evolix.org/evolix repo starting from Bookworm #172

Closed
whirigoyen wants to merge 22 commits from evoadmin-mail-repo into unstable
Showing only changes of commit 2bc83052b8 - Show all commits

View file

@ -47,3 +47,10 @@
fstype: ext4
opts: defaults,noexec,nosuid,nodev,relatime,lazytime
state: mounted
- name: Set volume's root permissions and ownership
ansible.builtin.file:
path: "{{ nextcloud_data }}"
owner: "{{ nextcloud_user }}"
group: "{{ nextcloud_user }}"
mode: "0700"