Use shell for npm install
This commit is contained in:
@@ -113,9 +113,10 @@
|
||||
ignore_errors: true
|
||||
|
||||
- name: Install ngrok
|
||||
npm:
|
||||
name: ngrok
|
||||
global: true
|
||||
shell: npm install -g ngrok
|
||||
# npm:
|
||||
# name: ngrok
|
||||
# global: true
|
||||
environment:
|
||||
PATH: "/home/{{ standard_user }}/.nvm/versions/node/v{{ node_version }}/bin:{{ ansible_env.PATH }}"
|
||||
ignore_errors: yes
|
||||
|
||||
Reference in New Issue
Block a user