Ajouter roles/02-minecraft_server/templates/server.properties.j2
This commit is contained in:
4
roles/02-minecraft_server/templates/server.properties.j2
Normal file
4
roles/02-minecraft_server/templates/server.properties.j2
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Fichier généré par Ansible
|
||||||
|
{% for key, value in server_properties_content.items() %}
|
||||||
|
{{ key }}={{ value }}
|
||||||
|
{% endfor %}
|
Reference in New Issue
Block a user