Skip to content

Commit

Permalink
fix var name for letsencrypt role
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Nov 14, 2024
1 parent 426944f commit aacda1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/letsencrypt/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--no-random-sleep-on-renew
--force-renewal
--cert-name={{item}}
creates: '{{certbot_cert_dir}}/{{item}}/priv+fullchain.pem'
creates: '{{letsencrypt_cert_dir}}/{{item}}/priv+fullchain.pem'
register: result
changed_when: '"Your certificate and chain have been saved" in result.stdout'
when: "letsencrypt_enabled and letsencrypt_hosts is defined"
Expand Down

0 comments on commit aacda1d

Please sign in to comment.