any.software.immich-podman: add role
This commit is contained in:
parent
c4c5ab0e2a
commit
073127fcc0
9 changed files with 123 additions and 0 deletions
8
roles/any.software.immich-podman/handlers/main.yml
Normal file
8
roles/any.software.immich-podman/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: 'restart immich'
|
||||
ansible.builtin.systemd_service:
|
||||
name: 'immich-server'
|
||||
state: 'restarted'
|
||||
|
||||
scope: 'user'
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue