Unverified Commit edee5a6e by Fred Smith Committed by GitHub

Revert "stop updating node packages in ansible"

parent 3bec05ea
......@@ -252,7 +252,7 @@
executable: "{{ edxapp_nodeenv_bin }}/npm"
path: "{{ edxapp_code_dir }}"
production: "{{ edxapp_npm_production }}"
state: present
state: latest
environment: "{{ edxapp_environment }}"
become_user: "{{ edxapp_user }}"
tags:
......
......@@ -56,7 +56,7 @@
executable: "{{ insights_nodeenv_bin }}/npm"
path: "{{ insights_code_dir }}"
production: yes
state: present
state: latest
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