Unverified Commit 3bec05ea by Fred Smith Committed by GitHub

Merge pull request #4285 from edx/derf/stop_updating_node_packages_in_ansible

stop updating node packages in ansible
parents 2ab8b803 b0489afb
......@@ -252,7 +252,7 @@
executable: "{{ edxapp_nodeenv_bin }}/npm"
path: "{{ edxapp_code_dir }}"
production: "{{ edxapp_npm_production }}"
state: latest
state: present
environment: "{{ edxapp_environment }}"
become_user: "{{ edxapp_user }}"
tags:
......
......@@ -56,7 +56,7 @@
executable: "{{ insights_nodeenv_bin }}/npm"
path: "{{ insights_code_dir }}"
production: yes
state: latest
state: present
become_user: "{{ insights_user }}"
environment: "{{ insights_environment }}"
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