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 }}"