Skip to content
Snippets Groups Projects
Commit f949b4c9 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

fix missing BABEL_LIDIR var in django compilemessages task

parent 0c625bea
No related branches found
No related tags found
No related merge requests found
Pipeline #9583 passed
...@@ -160,6 +160,8 @@ ...@@ -160,6 +160,8 @@
command: "compilemessages" command: "compilemessages"
app_path: "/home/{{ deploy_user_name }}/ippidb-web/ippisite" app_path: "/home/{{ deploy_user_name }}/ippidb-web/ippisite"
settings: "ippisite.{{ ansible_hostname }}_settings" settings: "ippisite.{{ ansible_hostname }}_settings"
environment:
BABEL_LIBDIR: '/usr/lib64/openbabel/'
# FIXME: this should obviously be removed before switching to prod. env. # FIXME: this should obviously be removed before switching to prod. env.
- name: install passlib for htpasswd in ansible - name: install passlib for htpasswd in ansible
yum: name=python-passlib state=installed yum: name=python-passlib state=installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment