Try the script module again.

This commit is contained in:
Andrea Dell'Amico 2021-07-08 15:57:50 +02:00
parent eee0fd7eb9
commit 3189d06761
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 1 deletions

View File

@ -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'