Try the script module again.
This commit is contained in:
parent
eee0fd7eb9
commit
3189d06761
|
@ -77,7 +77,9 @@
|
|||
with_items: '{{ letsencrypt_acme_sh_dirs }}'
|
||||
|
||||
- name: Run the installation command for acme.sh
|
||||
shell: /usr/local/bin/acme-sh-install
|
||||
#shell: /usr/local/bin/acme-sh-install
|
||||
script:
|
||||
cmd: /usr/local/bin/acme-sh-install
|
||||
args:
|
||||
creates: '{{ letsencrypt_acme_sh_user_home }}/bin/acme.sh'
|
||||
|
||||
|
|
Loading…
Reference in New Issue