ansible-role-certbot icon indicating copy to clipboard operation
ansible-role-certbot copied to clipboard

5.1.1 not published on ansible galaxy

Open gclawes opened this issue 1 year ago • 5 comments

Version 5.1.1 with certbot_create_extra_args support is not published on Ansible Galaxy: https://galaxy.ansible.com/ui/standalone/roles/geerlingguy/certbot/versions/

gclawes avatar Apr 29 '24 01:04 gclawes

Here is the action that failed: https://github.com/geerlingguy/ansible-role-certbot/actions/runs/7416948318

chrisdecker1201 avatar May 03 '24 12:05 chrisdecker1201

I've worked around this issue by installing 5.1.1 from GitHub, rather than Ansible Galaxy:

diff --git a/requirements.yml b/requirements.yml
index 31e64a7..8d978f0 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -41,5 +41,7 @@ roles:
   - name: joenyland.zfs
     src: https://github.com/JoeNyland/ansible-zfs-role
   - name: geerlingguy.certbot
+    src: https://github.com/geerlingguy/ansible-role-certbot
+    version: 5.1.1
   - src: nginxinc.nginx
   - src: nginxinc.nginx_config

I understand this doesn't fix it, but it at least allows me to use certbot_create_extra_args to use an internal ACME server URL.

JoeNyland avatar May 28 '24 11:05 JoeNyland

Oh wow, sorry about this! Please feel free to ping me if you find something broken like this — I will release a new tag, unfortunately I can't re-run the previous tag easily.

geerlingguy avatar Jul 31 '24 04:07 geerlingguy

No worries Jeff. I think we just didn't want to pester you 🙂

JoeNyland avatar Jul 31 '24 06:07 JoeNyland

@JoeNyland I'm happy getting pestered when it's a small / actionable request. Less so when someone wants their 300 line code change for an obscure new feature reviewed, haha!

geerlingguy avatar Jul 31 '24 21:07 geerlingguy