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