6 lines
122 B
Django/Jinja

# {{ ansible_managed }}
{% for key, value in certbot_config_file_options.items() %}
{{ key }} = {{ value }}
{% endfor %}