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

Moves install of snapd to nginx.yml task

parent 3010635a
No related branches found
No related tags found
1 merge request!26Fix certbot auto install with Ansible role
......@@ -14,6 +14,14 @@
state: started
# from https://gist.github.com/mattiaslundberg/ba214a35060d3c8603e9b1ec8627d349
- name: Install snapd
when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true
package:
name: snapd
state: present
- name: Prepare snapd for certbot installation
when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true
......
......@@ -25,4 +25,3 @@
- "curl"
- "dbus"
- "virtualenv"
- "snapd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment