mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-06-16 23:41:31 +02:00
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:
parent
fdba1c4352
commit
70b33ab511
@ -15,6 +15,7 @@
|
|||||||
src: /var/lib/snapd/snap
|
src: /var/lib/snapd/snap
|
||||||
dest: /snap
|
dest: /snap
|
||||||
state: link
|
state: link
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Update snap after install.
|
- name: Update snap after install.
|
||||||
shell: snap install core; snap refresh core
|
shell: snap install core; snap refresh core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user