Skip to content

Commit

Permalink
extra vars, npm install gets stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Čech committed Sep 4, 2024
1 parent f3078ae commit 563acdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crusoe_orient/ansible/roles/dashboard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@

# Install Dashboard dependencies
- name: Install Dashboard dependencies
npm:
path: '{{ dashboard_folder }}'
ansible.builtin.shell:
cmd: npm install
chdir: '{{ dashboard_folder }}'

# Build application using Angular-CLI
- name: Build application
Expand Down
File renamed without changes.

0 comments on commit 563acdb

Please sign in to comment.