aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/20_immich/handlers/main.yml
blob: 01e17dd251ff2d731061a3d9859914261f02c836 (plain)
1
2
3
4
- name: Restart immich services
  shell: |
    service immich_server status && service immich_server restart || true
    service immich_ml status && service immich_ml restart || true