mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-05-22 14:21:40 +02:00
[#151] Skip "Enable classic snap support" on Debian
This commit is contained in:
parent
fdba1c4352
commit
02e1e4e148
@ -15,6 +15,7 @@
|
|||||||
src: /var/lib/snapd/snap
|
src: /var/lib/snapd/snap
|
||||||
dest: /snap
|
dest: /snap
|
||||||
state: link
|
state: link
|
||||||
|
when: ansible_os_family != "Debian"
|
||||||
|
|
||||||
- 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