mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-06 06:24:52 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
5
roles/letsencrypt/templates/cert_config.j2
Normal file
5
roles/letsencrypt/templates/cert_config.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if item.config is defined and item.config is mapping %}
|
||||
{% for key in item.config.keys() | list %}
|
||||
{{ key }}={{ item.config[key] }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user