Commit 973dcb95 by Edward Zarecor

ruby task updates

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