chore: zomboid stats for gregtime, updates

This commit is contained in:
Bastian de Byl
2026-01-23 12:02:57 -05:00
parent a59dc7a050
commit 9a95eecfd5
2 changed files with 12 additions and 1 deletions

View File

@@ -61,6 +61,17 @@
group: "{{ podman_user }}"
mode: '0755'
- name: create zomboid stats file with correct permissions
become: true
ansible.builtin.file:
path: "{{ gregtime_path }}/data/zomboid-stats.json"
state: touch
owner: "{{ podman_user }}"
group: "{{ podman_user }}"
mode: '0644'
modification_time: preserve
access_time: preserve
- name: deploy zomboid stats service unit
become: true
ansible.builtin.template: