mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Introduce certbot_snap_classic_support to be able to disable classic snap support, leads to problems with Ubuntu 20.04
This commit is contained in:
parent
fdba1c4352
commit
923812b3b0
@ -37,3 +37,6 @@ certbot_keep_updated: true
|
||||
|
||||
# Where to put Certbot when installing from source.
|
||||
certbot_dir: /opt/certbot
|
||||
|
||||
# Controls if classic snap support will be enabled when certbot_install_method is 'snap'
|
||||
certbot_snap_classic_support: true
|
@ -15,6 +15,7 @@
|
||||
src: /var/lib/snapd/snap
|
||||
dest: /snap
|
||||
state: link
|
||||
when: certbot_snap_classic_support
|
||||
|
||||
- name: Update snap after install.
|
||||
shell: snap install core; snap refresh core
|
||||
|
Loading…
x
Reference in New Issue
Block a user