]> git.phdru.name Git - ansible.git/commitdiff
Fix(dehydrated): Fix URL
authorOleg Broytman <phd@phdru.name>
Thu, 16 Mar 2023 13:02:19 +0000 (16:02 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 16 Mar 2023 13:02:19 +0000 (16:02 +0300)
playbooks/roles/debian/dehydrated/tasks/main.yaml

index 4cb5cbfd60584ebdd9cbbf50522823ae2d8dfd27..49ac18de25d81ff909168451a1ab2d184058d0d7 100644 (file)
@@ -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