Update 2 files

- /roles/npm/tasks/main.yml
- /roles/heimdall/tasks/main.yml
This commit is contained in:
Administrator 2025-10-15 08:39:03 +00:00
parent ffcbd82c3a
commit d5be083864
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
mode: 0644 mode: 0644
- name: Pull and start Heimdall container - name: Pull and start Heimdall container
community.docker.docker_compose: community.docker.docker_compose_v2:
project_src: "{{ heimdall_base_dir }}" project_src: "{{ heimdall_base_dir }}"
state: present state: present

View File

@ -16,7 +16,7 @@
mode: 0644 mode: 0644
- name: Pull and start NPM container - name: Pull and start NPM container
community.docker.docker_compose: community.docker.docker_compose_v2:
project_src: "{{ npm_base_dir }}" project_src: "{{ npm_base_dir }}"
state: present state: present