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
1 merge request!26Fix certbot auto install with Ansible role
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
become: true become: true
command: snap refresh core 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 - name: Link certbot snap installation
when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment