Fix ownership
This commit is contained in:
parent
4d489e33f3
commit
3e6af36e93
@ -59,6 +59,12 @@
|
||||
file:
|
||||
path: "{{ terraria_root }}/{{ terraria_name }}/TerrariaServer.bin.x86_64"
|
||||
mode: "0755"
|
||||
- name: Fix ownership
|
||||
file:
|
||||
path: "{{ terraria_root }}/{{ terraria_name }}"
|
||||
recurse: yes
|
||||
owner: terraria
|
||||
group: ter-admin
|
||||
- name: Clean up
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
Loading…
Reference in New Issue
Block a user