Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmaurice authored Aug 12, 2021
1 parent 8c7f2d4 commit 0238faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# Register ZeroSSL
- name: Register to ZeroSSL
command: >-
./acme.sh --register-account -m {{ acme_email } | default("[email protected]") }
./acme.sh --register-account -m {{ acme_email }} | default("[email protected]")
# Issue or renew the certificate with legacy token
- name: Issue acme.sh certificate(s) (legacy token)
Expand Down

0 comments on commit 0238faf

Please sign in to comment.