any.software.immich-podman: add role

This commit is contained in:
Jef Roosens 2026-02-15 22:59:33 +01:00
parent c4c5ab0e2a
commit 073127fcc0
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
9 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
- name: 'restart immich'
ansible.builtin.systemd_service:
name: 'immich-server'
state: 'restarted'
scope: 'user'
daemon_reload: true