mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized dev-npm role
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
command: npm ci
|
||||
args:
|
||||
chdir: "{{ npm_project_folder }}"
|
||||
when: npm_project_folder is defined
|
||||
when: npm_project_folder != ""
|
||||
register: npm_output
|
||||
changed_when: "'added' in npm_output.stdout or 'updated' in npm_output.stdout"
|
Reference in New Issue
Block a user