From 750b109b54b34b1e8548853d2b6df4f4e423fe7b Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Wed, 27 Apr 2022 12:58:00 +0200 Subject: [PATCH] chore: added ignore_errors due to a bug in smardigo --- roles/management/tasks/configurations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/management/tasks/configurations.yml b/roles/management/tasks/configurations.yml index 19e9080..5e2006b 100644 --- a/roles/management/tasks/configurations.yml +++ b/roles/management/tasks/configurations.yml @@ -54,6 +54,7 @@ status_code: [200] register: config_import_result with_items: "{{ connect_configurations }}" + ignore_errors: true tags: - update_configurations