Commit dbe37c3d by David Baumgold

edxapp user should have .npmrc

parent 709deb66
......@@ -38,7 +38,6 @@
state=link
owner="{{ edxapp_user }}"
group="{{ common_web_group }}"
- name: create edxapp log dir
file: >
......@@ -70,6 +69,12 @@
- "restart edxapp"
- "restart edxapp_workers"
- name: set up edxapp .npmrc
template:
src=.npmrc.j2 dest={{ edxapp_app_dir }}/.npmrc
owner={{ edxapp_user }} group={{ common_web_group }}
mode=0600
- name: create log directories for service variants
notify:
- "restart edxapp"
......
registry={{ COMMON_NPM_MIRROR_URL }}
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