Skip to content

Commit

Permalink
edxapp role task: run paver i18n_fastgenerate for message compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Mar 10, 2016
1 parent 27bf60c commit a41fb79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/roles/edxapp/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,13 @@

- set_fact: edxapp_installed=true

## Appsembler custom:
## compile i18n messages each time
- name: compile i18n messages
shell: paver i18n_fastgenerate chdir={{ edxapp_code_dir }}
sudo_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}"

- name: restart edxapp
supervisorctl: >
state=restarted
Expand Down

0 comments on commit a41fb79

Please sign in to comment.