# {{ ansible_managed }}
{% for k, v in minecraft_config.items() | default({}) %}
{{ k }}: {{ v }}
{% endfor %}