Minor fixes
This commit is contained in:
parent
0715707452
commit
b3c3007e5b
@ -15,6 +15,7 @@ terraria_downloadurl: "https://terraria.org/system/dedicated_servers/archives/00
|
|||||||
terraria_config_default:
|
terraria_config_default:
|
||||||
autocreate: 3
|
autocreate: 3
|
||||||
difficulty: 0
|
difficulty: 0
|
||||||
|
port: 7777
|
||||||
world: "{{ terraria_home }}/{{ terraria_name }}/worlds/world.wld"
|
world: "{{ terraria_home }}/{{ terraria_name }}/worlds/world.wld"
|
||||||
worldpath: "{{ terraria_home }}/{{ terraria_name }}/worlds"
|
worldpath: "{{ terraria_home }}/{{ terraria_name }}/worlds"
|
||||||
terraria_config: {}
|
terraria_config: {}
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
regex: "^{{ item.key }}=.*"
|
regex: "^{{ item.key }}=.*"
|
||||||
create: yes
|
create: yes
|
||||||
with_dict: "{{ terraria_config_default | combine(terraria_config) }}"
|
with_dict: "{{ terraria_config_default | combine(terraria_config) }}"
|
||||||
notify: "restart terraria {{ terraria_name }}
|
notify: "restart terraria {{ terraria_name }}"
|
||||||
become: yes
|
become: yes
|
||||||
become_user: terraria
|
become_user: terraria
|
||||||
- name: enable service
|
- name: enable service
|
||||||
|
Loading…
Reference in New Issue
Block a user