Ooops, gotta become root for that

This commit is contained in:
Salt 2020-05-19 12:03:32 -05:00
parent a94d872e79
commit 8e1d9f6c14

View File

@ -108,6 +108,7 @@
hour: "/2"
name: "ansible-backup-terraria-{{ terraria_name }}"
job: "{{ terraria_root }}/{{ terraria_name }}/backup.sh >> {{ terraria_root }}/{{ terraria_name }}/backups.log 2>&1"
become: yes
- name: Enable service
systemd:
name: "terraria@{{ terraria_name }}"