Hopefully fix inaccurate globbing
Or lack thereof
This commit is contained in:
parent
f9874ec05b
commit
4d489e33f3
@ -54,7 +54,7 @@
|
|||||||
remote_src: yes
|
remote_src: yes
|
||||||
dest: "{{ terraria_root }}/{{ terraria_name }}"
|
dest: "{{ terraria_root }}/{{ terraria_name }}"
|
||||||
- name: Move zip contents
|
- name: Move zip contents
|
||||||
shell: mv "{{ terraria_root }}/{{ terraria_name }}/Dedicated Server/Linux/*" "{{ terraria_root }}/{{ terraria_name }}"
|
shell: mv "{{ terraria_root }}/{{ terraria_name }}/Dedicated Server/Linux/"* "{{ terraria_root }}/{{ terraria_name }}"
|
||||||
- name: Mark executable
|
- name: Mark executable
|
||||||
file:
|
file:
|
||||||
path: "{{ terraria_root }}/{{ terraria_name }}/TerrariaServer.bin.x86_64"
|
path: "{{ terraria_root }}/{{ terraria_name }}/TerrariaServer.bin.x86_64"
|
||||||
|
Loading…
Reference in New Issue
Block a user