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