Unverified Commit edee5a6e by Fred Smith Committed by GitHub

Revert "stop updating node packages in ansible"

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