From 4844a650526d02ec1dba07965a5c8df02cf4504f Mon Sep 17 00:00:00 2001 From: Oli Date: Fri, 21 Oct 2022 15:51:46 +0000 Subject: [PATCH] ignore errors during app installation --- roles/nextcloud/tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nextcloud/tasks/configure.yml b/roles/nextcloud/tasks/configure.yml index 0a271f1..a406890 100644 --- a/roles/nextcloud/tasks/configure.yml +++ b/roles/nextcloud/tasks/configure.yml @@ -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