Update 2 files
- /roles/heimdall/handlers/main.yml - /roles/npm/handlers/main.yml
This commit is contained in:
parent
d5be083864
commit
0f7da22071
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: restart heimdall
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ heimdall_base_dir }}"
|
||||
state: restarted
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: restart npm
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ npm_base_dir }}"
|
||||
state: restarted
|
||||
Loading…
Reference in New Issue
Block a user