webapp/nextcloud: Dont add www-data to the application group

This commit is contained in:
Ludovic Poujol 2022-09-01 12:38:46 +02:00
parent 2656b5fc51
commit 1ad3e0de37
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@
tags:
- nextcloud
- name: Add the user 'www-data' to Nextcloud group
user:
name: www-data
groups: "{{ nextcloud_user | mandatory }}"
append: yes
- name: Create top-level directories
file:
dest: "{{ item }}"