Replace certbot with debian/ubuntu packaged version
#822 aperta il 9 mar 2021
Metriche repository
- Star
- (10.467 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
I am running through the playbook and getting the following error when trying to install the LetsEncrypt package dependencies:
fatal: [172.31.0.230]: FAILED! => {"changed": false, "cmd": ["/root/letsencrypt/letsencrypt-auto", "--help"], "delta": "0:00:00.519459", "end": "2021-03-09 01:39:02.443828", "msg": "non-zero return code", "rc": 1, "start": "2021-03-09 01:39:01.924369", "stderr": "", "stderr_lines": [], "stdout": "Skipping bootstrap because certbot-auto is deprecated on this system.\nYour system is not supported by certbot-auto anymore.\nCertbot cannot be installed.\nPlease visit https://certbot.eff.org/ to check for other alternatives.", "stdout_lines": ["Skipping bootstrap because certbot-auto is deprecated on this system.", "Your system is not supported by certbot-auto anymore.", "Certbot cannot be installed.", "Please visit https://certbot.eff.org/ to check for other alternatives."]}
I installed the new certbot as per the eff.org page noted in the error, and while the new certbot installs (and works) fine, running the playbook still generates this error.