Fix perms on backup script
This commit is contained in:
parent
3f15994c22
commit
8e12cb19b2
@ -101,6 +101,8 @@
|
|||||||
template:
|
template:
|
||||||
src: "backup.sh"
|
src: "backup.sh"
|
||||||
dest: "{{ terraria_root }}/{{ terraria_name }}/backup.sh"
|
dest: "{{ terraria_root }}/{{ terraria_name }}/backup.sh"
|
||||||
|
owner: terraria
|
||||||
|
group: ter-admin
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
- name: Set up backup cronjob
|
- name: Set up backup cronjob
|
||||||
cron:
|
cron:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user