Commit 730a3cdf by Fred Smith

stop using ansible npm module

parent 64a6f3a4
......@@ -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