Fix certbot auto install with Ansible role
1 unresolved thread
1 unresolved thread
Compare changes
+ 27
− 9
@@ -14,23 +14,41 @@
@@ -40,7 +58,7 @@
Per the conversation here @eliotberriot and I agreed that I would update the Ansible role to remove certbot-auto. I checked into how certbot suggests users install for both Debian and Ubuntu distros and it seems that snaps are the way to do it from both. I updated the nginx.yml task to reflect this change and have tested this successfully on my local install.
I may be wrong but I'm not seing
snap install certbot
anywhere, is that normal?Nope, I'm really sorry I don't know how my test ran fine. I'll fix this now.
Probably because you had certbot already installed manually ? This kind of things happens to me all the time x)