Skip to content
Snippets Groups Projects
Commit f0c44d3b authored by sofubi's avatar sofubi :anchor:
Browse files

Adds install certbot snap action

parent 793a8f2d
No related branches found
No related tags found
No related merge requests found
Pipeline #12713 passed
......@@ -32,6 +32,11 @@
become: true
command: snap refresh core
- name: Install certbot snap
when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true
command: snap install --classic certbot
- name: Link certbot snap installation
when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment