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