certbot: Remove invalid argument from a filter when issuing certificates

This commit is contained in:
s3lph 2021-04-26 01:51:44 +02:00
parent 11d602dbc6
commit df32421381

View file

@ -17,7 +17,7 @@
--webroot
{% if cert.webroot_map is defined %}
--webroot-map '{{ cert.webroot_map | to_json(width=99999) }}'
--webroot-map '{{ cert.webroot_map | to_json }}'
{% else %}
--webroot {{ cert.webroot }}
{% for domain in cert.domains | default([name]) %}