Ignore error of "Enable classic snap support"

on some installations origin folder does not exist
and target folder already exists
This commit is contained in:
Alexis Leclerc 2021-05-03 18:46:50 +02:00 committed by GitHub
parent fdba1c4352
commit 70b33ab511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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