Minor fixes

This commit is contained in:
Salt 2021-01-10 19:55:26 -06:00
parent 0715707452
commit b3c3007e5b
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ terraria_downloadurl: "https://terraria.org/system/dedicated_servers/archives/00
terraria_config_default:
autocreate: 3
difficulty: 0
port: 7777
world: "{{ terraria_home }}/{{ terraria_name }}/worlds/world.wld"
worldpath: "{{ terraria_home }}/{{ terraria_name }}/worlds"
terraria_config: {}

View File

@ -40,7 +40,7 @@
regex: "^{{ item.key }}=.*"
create: yes
with_dict: "{{ terraria_config_default | combine(terraria_config) }}"
notify: "restart terraria {{ terraria_name }}
notify: "restart terraria {{ terraria_name }}"
become: yes
become_user: terraria
- name: enable service