fix linter
This commit is contained in:
parent
3ae74a31a2
commit
ba864c2ce2
2 changed files with 44 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue