-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
If you use this role for creating a second certificate after creating the first, it does not work.
It does not work because after the creating of the first, ansible doesnt rul the command again:
args:
creates: "/etc/letsencrypt/live/{{ letsencrypt_cert_domains[0] }}"
The command is right, but its condition is not.
Here is the command:
/usr/local/share/letsencrypt/env/bin/letsencrypt --agree-tos --text -d domain1.com -d domain2.com --email [email protected] --expand -a webroot --webroot-path /opt/letsencrypt_webroot certonly
But as it only verify for the first domain, the command get skipped.
Is there any work around it? Or it will get fixed?
Thanks
rgegriff
Metadata
Metadata
Assignees
Labels
No labels