From 70b33ab511c80e0b2e0f91f19abb89953e5537f9 Mon Sep 17 00:00:00 2001 From: Alexis Leclerc Date: Mon, 3 May 2021 18:46:50 +0200 Subject: [PATCH] Ignore error of "Enable classic snap support" on some installations origin folder does not exist and target folder already exists --- tasks/install-with-snap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/install-with-snap.yml b/tasks/install-with-snap.yml index 0651e71..ab7261e 100644 --- a/tasks/install-with-snap.yml +++ b/tasks/install-with-snap.yml @@ -15,6 +15,7 @@ src: /var/lib/snapd/snap dest: /snap state: link + ignore_errors: true - name: Update snap after install. shell: snap install core; snap refresh core