4 lines
124 B
Django/Jinja
4 lines
124 B
Django/Jinja
# Fichier généré par Ansible
|
|
{% for key, value in server_properties_content.items() %}
|
|
{{ key }}={{ value }}
|
|
{% endfor %} |