Compare commits

..

No commits in common. "31826b9ee509b478bf32e7b99cf4a12cec3dae33" and "de949fd34876194c6ca14386cca9806d7df91773" have entirely different histories.

View file

@ -46,11 +46,4 @@
src: "{{ nextcloud_data_uuid }}"
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"
state: present