fix linter

This commit is contained in:
nd 2021-07-17 01:41:02 +02:00
parent 3ae74a31a2
commit ba864c2ce2
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 44 additions and 5 deletions

View file

@ -11,7 +11,8 @@
chdir: /var/www/nextcloud
register: existing_group_folders
- set_fact:
- name: store existing group folders
set_fact:
group_folders: "{{ existing_group_folders.stdout | from_json }}"
# Create group folders that did not exist yet
@ -33,7 +34,8 @@
chdir: /var/www/nextcloud
register: existing_group_folders
- set_fact:
- name: store existing group folders
set_fact:
group_folders: "{{ existing_group_folders.stdout | from_json }}"
# Set quota for folders where it does not match