chore: fixed gregtime, updated immich

This commit is contained in:
Bastian de Byl
2026-01-03 21:50:05 -05:00
parent 3f84ecaf5b
commit d9bf3e5c75
2 changed files with 8 additions and 5 deletions

View File

@@ -10,13 +10,15 @@
notify: restorecon podman
loop:
- "{{ gregtime_path }}/logs"
- "{{ gregtime_path }}/data"
- name: unshare chown the gregtime log volume
- name: unshare chown the gregtime volumes
become: true
become_user: "{{ podman_user }}"
changed_when: false
ansible.builtin.command: |
ansible.builtin.shell: |
podman unshare chown -R 1000:1000 {{ gregtime_path }}/logs
podman unshare chown -R 1000:1000 {{ gregtime_path }}/data
- name: flush handlers
ansible.builtin.meta: flush_handlers
@@ -44,6 +46,7 @@
ZOMBOID_RCON_PASSWORD: "{{ zomboid_admin_password }}"
volumes:
- "{{ gregtime_path }}/logs:/app/logs"
- "{{ gregtime_path }}/data:/app/data"
- name: create systemd startup job for gregtime
include_tasks: podman/systemd-generate.yml