Closed PriyankaPrakashChand closed 9 months ago
I think "certbot_install_method: source" is no longer necessary, at least in its current form, since the "certbot-auto" file no longer exists.
It is necessary if you're affected by https://github.com/geerlingguy/ansible-role-certbot/issues/21 I believe
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
I am trying to install certbot via ansible from source but I am facing the following error
I think the issue is the value of certbot_script that is set in tasks> install-from-source.yml> Set Certbot script variable. where
certbot_script: "{{ certbot_dir }}/certbot-auto"
while the latest certbot files have been removed from certbots Github directory: https://github.com/certbot/certbot/pull/8938 can someone help explain/fix this?