From 55c6650179a3b79fbf129e5004b14c61f3e586ee Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sat, 10 Jun 2023 10:49:36 +1000 Subject: [PATCH] Revert "Update acme.sh 3.0.6" This reverts commit f9d73e2e72931218edd39f978de608dcb1d6608b. We are hitting what we think is https://github.com/acmesh-official/acme.sh/issues/4416 We'll have to re-evaluate before bumping this; but for now revert. Change-Id: I560d677e0e4a025345d441eb1b7aa87bd24799d3 --- playbooks/roles/letsencrypt-acme-sh-install/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/letsencrypt-acme-sh-install/tasks/main.yaml b/playbooks/roles/letsencrypt-acme-sh-install/tasks/main.yaml index e50f51d763..2db5c2cf97 100644 --- a/playbooks/roles/letsencrypt-acme-sh-install/tasks/main.yaml +++ b/playbooks/roles/letsencrypt-acme-sh-install/tasks/main.yaml @@ -2,7 +2,7 @@ git: repo: https://github.com/acmesh-official/acme.sh dest: /opt/acme.sh - version: 3.0.6 + version: 3.0.5 register: clone_acmesh_result until: clone_acmesh_result is not failed retries: 3