From 88a086a9eea8f1f159dcd12abbd793bd2753e74a Mon Sep 17 00:00:00 2001 From: Robert O'Connor Date: Thu, 24 Jun 2021 19:52:37 -0400 Subject: [PATCH] Update github org for acme.sh. I missed this in #17 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d454947..e262adb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,7 +16,7 @@ mode: "0755" when: not acme_sh_uninstall -- name: Git clone https://github.com/Neilpang/acme.sh +- name: Git clone https://github.com/acmesh-official/acme.sh git: repo: "{{ acme_sh_git_url }}" version: "{{ acme_sh_git_version }}"