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