The acme.sh --register-account command is flagged as changed by Ansible on every run #30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Figure out why my acme.sh command invocation is no longer indempotent according to Ansible.
An update acme.sh changed the location of
account.json
from/var/db/acme/ca/acme-v02.api.letsencrypt.org/account.json
to/var/db/acme/ca/acme-v02.api.letsencrypt.org/directory/account.json
. Change thecreates
argument to Ansible'scommand
module to reflect this.