Fix ownership

This commit is contained in:
Salt 2020-05-15 11:00:45 -05:00
parent 4d489e33f3
commit 3e6af36e93

View File

@ -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 }}"