diff --git a/roles/homarr/handlers/main.yml b/roles/homarr/handlers/main.yml index 56f5283..dedb949 100644 --- a/roles/homarr/handlers/main.yml +++ b/roles/homarr/handlers/main.yml @@ -1,3 +1,8 @@ #SPDX-License-Identifier: MIT-0 --- -# handlers file for homarr \ No newline at end of file +# handlers file for homarr + +- name: restart homarr + community.docker.docker_compose_v2: + project_src: "{{ homarr_docker_compose_dir }}" + state: restarted \ No newline at end of file