Solved health-csp bugs

This commit is contained in:
2025-05-13 09:41:25 +02:00
parent b2f11bcf69
commit 687f9b0703
3 changed files with 7 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
name: npm
state: present
- name: Run 'npm ci' in {{ npm_project_folder }}
- name: Run 'npm ci'
command: npm ci
args:
chdir: "{{ npm_project_folder }}"

View File

@@ -1,2 +0,0 @@
# Optional project folder to run 'npm ci' in
npm_project_folder: null