Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,7 @@
when: lehrpreis_branding_logo and lehrpreis_branding_logo_src
- name: ensure the translations are compiled
command: "{ {app_venv }}/bin/pybabel compile -d translations"
command: "{{ app_venv }}/bin/pybabel compile -d translations"
args:
chdir: "{{ app_path }}"
when: git.changed
Loading