Hopefully fix inaccurate globbing

Or lack thereof
This commit is contained in:
Salt 2020-05-15 10:58:58 -05:00
parent f9874ec05b
commit 4d489e33f3

View File

@ -54,7 +54,7 @@
remote_src: yes
dest: "{{ terraria_root }}/{{ terraria_name }}"
- 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
file:
path: "{{ terraria_root }}/{{ terraria_name }}/TerrariaServer.bin.x86_64"