mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved health-csp bugs
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user