Unverified Commit 5bb8ae2f by Fred Smith Committed by GitHub

Merge pull request #4292 from edx/derf/stop_using_ansible_npm_module

stop using ansible npm module
parents faac4588 730a3cdf
......@@ -247,12 +247,11 @@
- install
- install:app-requirements
#install with the shell command instead of the ansible npm module so we don't accidentally re-write package.json
- name: install node dependencies
npm:
executable: "{{ edxapp_nodeenv_bin }}/npm"
path: "{{ edxapp_code_dir }}"
production: "{{ edxapp_npm_production }}"
state: latest
shell: "{{ edxapp_nodeenv_bin }}/npm install"
args:
chdir: "{{ edxapp_code_dir }}"
environment: "{{ edxapp_environment }}"
become_user: "{{ edxapp_user }}"
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment