Commit 973dcb95 by Edward Zarecor

ruby task updates

parent f0f54f45
......@@ -117,7 +117,7 @@
sudo_user: "{{ edxapp_user }}"
tags:
- install
- install:code
- install:app-requirements
- name: bundle install
shell: >
......@@ -128,7 +128,7 @@
environment: "{{ edxapp_environment }}"
tags:
- install
- install:code
- install:app-requirements
# Set the npm registry
# This needs to be done as root since npm is weird about
......@@ -140,7 +140,7 @@
environment: "{{ edxapp_environment }}"
tags:
- install
- install:code
- install:app-requirements
# Set the npm registry permissions
- name: Set the npm registry permissions
......@@ -149,7 +149,7 @@
owner=edxapp group=edxapp
tags:
- install
- install:base
- install:app-requirements
# Node play that need to be run after platform updates.
- name: Install edx-platform npm dependencies
......@@ -158,7 +158,7 @@
environment: "{{ edxapp_environment }}"
tags:
- install
- install:code
- install:app-requirements
# Install the python pre requirements into {{ edxapp_venv_dir }}
- name : install python pre-requirements
......
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