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:

View File

@@ -92,7 +92,7 @@
- import_tasks: containers/home/gregtime.yml
vars:
image: localhost/greg-time-bot:2.0.9
image: localhost/greg-time-bot:2.0.11
tags: gregtime
- import_tasks: containers/home/zomboid.yml