Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

feat: install atlas in mfe role FC-0012 #6968

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions playbooks/roles/mfe/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
- install
- install:system-requirements

- name: install Open edX Atlas translation tool
command: "npm install -g @edx/openedx-atlas@'<1.0.0'"
become_user: "{{ MFE_USER }}"
environment: "{{ MFE_ENVIRONMENT }}"
tags:
- install
- install:app-requirements

- name: install npm dependencies
shell: "npm install --include=dev --no-save"
args:
Expand Down