feat(homarr): use handler for restart, validate encryption key
This commit is contained in:
parent
bdb1b03a18
commit
123769a4f4
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# handlers file for homarr
|
# handlers file for homarr
|
||||||
|
|
||||||
|
- name: restart homarr
|
||||||
|
community.docker.docker_compose_v2:
|
||||||
|
project_src: "{{ homarr_docker_compose_dir }}"
|
||||||
|
state: restarted
|
||||||
Loading…
Add table
Add a link
Reference in a new issue