This commit is contained in:
Mikkel Jeppesen 2021-07-07 18:00:22 -04:00 committed by GitHub
commit ed97969f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
args:
chdir: "~/.acme.sh"
when:
- acme_sh_upgrade
- acme_sh_upgrade|bool
- is_acme_sh_installed.stat.exists
- not acme_sh_uninstall
register: upgrade_result
@ -68,7 +68,7 @@
args:
chdir: "~/.acme.sh"
when:
- acme_sh_uninstall
- acme_sh_uninstall|bool
- is_acme_sh_installed.stat.exists
become_user: "{{ acme_sh_become_user }}"
@ -116,7 +116,7 @@
- "{{ acme_sh_git_clone_dest }}"
- "~/.acme.sh"
when:
- acme_sh_uninstall
- acme_sh_uninstall|bool
become_user: "{{ acme_sh_become_user }}"
- name: Run custom acme.sh command