Fix the source code download
This commit is contained in:
parent
90cb70c124
commit
2e944d8b32
|
@ -120,6 +120,16 @@
|
|||
tags: ['letsencrypt', 'letsencrypt_acme_sh']
|
||||
block:
|
||||
- name: Download the acme.sh distribution
|
||||
become: true
|
||||
become_user: "{{ letsencrypt_acme_user }}"
|
||||
ansible.builtin.git:
|
||||
repo: "{{ letsencrypt_acme_sh_git_url }}"
|
||||
dest: "{{ letsencrypt_acme_git_dest_dir }}"
|
||||
recursive: true
|
||||
update: false
|
||||
force: true
|
||||
|
||||
- name: Force the upgrade of the acme.sh distribution
|
||||
become: true
|
||||
become_user: "{{ letsencrypt_acme_user }}"
|
||||
ansible.builtin.git:
|
||||
|
|
Loading…
Reference in New Issue