5 lines
125 B
INI
5 lines
125 B
INI
{{ ansible_managed }}
|
|
{% for property in minecraft_server_properties %}
|
|
{{ property.key }}={{ property.value }}
|
|
{% endfor %}
|