ignore errors during app installation
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
args:
|
||||
chdir: "{{ nextcloud_dir }}"
|
||||
creates: "{{ nextcloud_dir }}/apps/{{ item }}"
|
||||
ignore_errors: true
|
||||
with_items: "{{ nextcloud_apps }}"
|
||||
|
||||
- name: Set configs via occ
|
||||
|
||||
Reference in New Issue
Block a user