thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt
GNU General Public License v3.0
440 stars 122 forks source link

Support Debian 11 (Bullseye) #74

Open mig5 opened 2 years ago

mig5 commented 2 years ago

Hi,

This role didn't work with a Debian version higher than Buster.

I've tweaked the logic a bit to not be a 'stretch or buster' condition but 'it's not jessie'. This of course means that super old distributions, like wheezy, squeeze etc, won't work (they'll evaluate to use the 'newer' certbot option like stretch/buster/bullseye), but I suspect probably didn't already, so it's probably an acceptable risk.

Thanks!