From 7abc15f2d196c46585d049a0aa18d57286b2b4e9 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 26 Jul 2021 20:54:06 +0200 Subject: [PATCH] losprep: ignore errors for the sync task --- roles/losprep/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/losprep/tasks/main.yml b/roles/losprep/tasks/main.yml index 4355051..baf6725 100644 --- a/roles/losprep/tasks/main.yml +++ b/roles/losprep/tasks/main.yml @@ -58,6 +58,7 @@ repo sync --force-sync args: executable: /usr/bin/bash + ignore_errors: yes - name: clone the blobs repo git: