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

Commit

Permalink
feat: install atlas in mfe role
Browse files Browse the repository at this point in the history
Install atlas on all Micro-frontends to be used in `make pull_translations`

This installs `atlas` on all Ansible build targets such as Native Installation and Devstack.

This contribution is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification).
  • Loading branch information
OmarIthawi committed Aug 15, 2023
1 parent 70c147f commit 645628d
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 645628d

Please sign in to comment.