-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import name _remove_dead_weakref after apt upgrade #76
Comments
It seems that ansible-letsencrypt does not yet support Debian bullseye. I've updated the buster block to add a condition for "bullseye" in tasks/main.yml:
If this works I might consider a PR. |
Also I get several warnings:
Not sure how to fix those. |
I use the following patch to add support for newer Ubuntu/Debian versions and remove some very outdated ones.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've executed a
apt upgrade
on a Debian 11.6 and now I get these error messages with a new ansible-letsencrypt roleI've found several discussions (example) that recommend deleting the certbot-auto virtual environment to recreate it. Does the advice apply to this repo, too? If yes, how to do that? I've tried renaming /usr/local/share/letsencrypt/ to recreate it, but then ansible-letsencrypt complains that the directory has not been found.
The text was updated successfully, but these errors were encountered: