File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ certbot_auto_renew_hour: "3"
66certbot_auto_renew_minute : " 30"
77certbot_auto_renew_options : " --quiet"
88
9- certbot_expand : true
109certbot_testmode : false
1110certbot_hsts : false
1211
Original file line number Diff line number Diff line change 6060
6161- name : Generate new certificate if one doesn't exist.
6262 command : " {{ certbot_create_command }}"
63+ vars :
64+ certbot_expand : letsencrypt_cert_domains_changed | default(false)
6365 when : not letsencrypt_cert.stat.exists or letsencrypt_cert_domains_changed | default(false)
Original file line number Diff line number Diff line change 3232
3333- name : Generate new certificate if one doesn't exist.
3434 command : " {{ certbot_create_command }}"
35+ vars :
36+ certbot_expand : letsencrypt_cert_domains_changed | default(false)
3537 when : not letsencrypt_cert.stat.exists or letsencrypt_cert_domains_changed | default(false)
You can’t perform that action at this time.
0 commit comments