Enable logging for acme.sh

main
Georg Krause 2021-10-07 09:40:29 +02:00 committed by Gitea
parent e82824ef5e
commit 37ed1b7b8d
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@
register: upgrade_result
changed_when: upgrade_result.rc == 0 and "Upgrade success" in upgrade_result.stdout and not "Already uptodate" in upgrade_result.stdout
- name: Enable acme.sh logs
become: yes
command:
cmd: ./acme.sh --update-account --log /root/.acme.sh/acme.sh.log
chdir: ~/.acme.sh
- name: Issue certificates
become: yes
command: