Replace the script module with shell.

This commit is contained in:
Andrea Dell'Amico 2021-07-08 15:47:01 +02:00
parent 07c976263d
commit 5a637cab57
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 3 deletions

View File

@ -77,9 +77,7 @@
with_items: '{{ letsencrypt_acme_sh_dirs }}'
- name: Run the installation command for acme.sh
script:
cmd: /usr/local/bin/acme-sh-install
remote_src: True
shell: /usr/local/bin/acme-sh-install
args:
creates: '{{ letsencrypt_acme_sh_user_home }}/bin/acme.sh'