Files
ansible-playbooks/roles
Clément Désiles 556fae86d9 fix(immich): detect new image on pull and restart service
'Writing manifest' is printed by podman pull on stderr (not stdout), so
changed_when never matched, the Restart Immich handler never fired, and
pods kept running the old image after upgrades. Matching on stderr would
be wrong too: podman prints that line even when the image is unchanged.

Compare the local image ID before/after pull instead, and notify the
restart handler only when the tag resolves to a new image.
2026-07-04 00:03:34 +02:00
..
2026-05-29 21:29:14 +02:00
2025-11-10 23:57:34 +01:00
2026-06-03 10:01:00 +02:00
2026-05-29 21:27:00 +02:00
2026-06-03 23:28:26 +02:00
2026-05-08 23:47:21 +02:00
2025-11-15 00:18:35 +01:00
2026-07-03 00:09:02 +02:00
2026-07-03 00:11:52 +02:00