mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
6 lines
122 B
Django/Jinja
6 lines
122 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% for key, value in certbot_config_file_options.items() %}
|
|
{{ key }} = {{ value }}
|
|
{% endfor %}
|