Skip to content

Commit f14ffe4

Browse files
♻️ remove unnecessary classic snap support symlink creation
The symlink from /var/lib/snapd/snap to /snap is automatically created by snapd installation, making manual creation redundant
1 parent 93fe36c commit f14ffe4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

roles/acme_certificates/tasks/main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
enabled: true
1919
state: started
2020

21-
- name: Enable classic snap support (create symlink)
22-
ansible.builtin.file:
23-
src: /var/lib/snapd/snap
24-
dest: /snap
25-
state: link
26-
2721
- name: Install snap core
2822
community.general.snap:
2923
name: core

0 commit comments

Comments
 (0)