Compare commits

..

2 Commits

Author SHA1 Message Date
Bastian de Byl
9a95eecfd5 chore: zomboid stats for gregtime, updates 2026-01-23 12:02:57 -05:00
Bastian de Byl
a59dc7a050 chore: bump gregtime to 2.0.9
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 23:16:51 -05:00
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.8
image: localhost/greg-time-bot:2.0.11
tags: gregtime
- import_tasks: containers/home/zomboid.yml