mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fix issue in certificate creation command
This commit is contained in:
parent
50d8921ec2
commit
23447ec217
@ -25,7 +25,7 @@ certbot_certs: []
|
|||||||
|
|
||||||
certbot_create_command: >-
|
certbot_create_command: >-
|
||||||
{{ certbot_script }} certonly --{{ certbot_create_method }}
|
{{ certbot_script }} certonly --{{ certbot_create_method }}
|
||||||
{{ `-w ` if certbot_create_method == 'webroot' else '' }}
|
{{ '-w ' if certbot_create_method == 'webroot' else '' }}
|
||||||
{{ cert_item.webroot if certbot_create_method == 'webroot' else '' }}
|
{{ cert_item.webroot if certbot_create_method == 'webroot' else '' }}
|
||||||
{{ '--hsts' if certbot_hsts else '' }}
|
{{ '--hsts' if certbot_hsts else '' }}
|
||||||
{{ '--test-cert' if certbot_testmode else '' }}
|
{{ '--test-cert' if certbot_testmode else '' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user