chore: fixed gregtime, updated immich
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user