Update 2 files

- /roles/heimdall/handlers/main.yml
- /roles/npm/handlers/main.yml
This commit is contained in:
Administrator 2025-10-15 08:40:21 +00:00
parent d5be083864
commit 0f7da22071
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
- name: restart heimdall - name: restart heimdall
community.docker.docker_compose: community.docker.docker_compose_v2:
project_src: "{{ heimdall_base_dir }}" project_src: "{{ heimdall_base_dir }}"
state: restarted state: restarted

View File

@ -1,5 +1,5 @@
--- ---
- name: restart npm - name: restart npm
community.docker.docker_compose: community.docker.docker_compose_v2:
project_src: "{{ npm_base_dir }}" project_src: "{{ npm_base_dir }}"
state: restarted state: restarted