From 8c40aca3f700c9a2afae9c5905346295ef80f450 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 16 Mar 2023 16:02:19 +0300 Subject: [PATCH] Fix(dehydrated): Fix URL --- playbooks/roles/debian/dehydrated/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/debian/dehydrated/tasks/main.yaml b/playbooks/roles/debian/dehydrated/tasks/main.yaml index 4cb5cbf..49ac18d 100644 --- a/playbooks/roles/debian/dehydrated/tasks/main.yaml +++ b/playbooks/roles/debian/dehydrated/tasks/main.yaml @@ -27,7 +27,7 @@ - name: Clone dehydrated local_action: module: git - repo: https://github.com/lukas2511/dehydrated.git + repo: https://github.com/dehydrated-io/dehydrated.git dest: /usr/local/src/LetsEncrypt/dehydrated when: not dehydrated.stat.exists -- 2.39.2