Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
104 files
+ 1788
1389
Compare changes
  • Side-by-side
  • Inline
Files
104
+ 0
16
---
# file: roles/lehrpreis/handlers/main.yml
- name: reload systemd service files
command: systemctl daemon-reload
- name: restart uwsgi for lehrpreis
service: name=lehrpreis state=restarted enabled=yes
- name: create tmpfiles
command: systemd-tmpfiles --create
- name: recompile translations
command: ./bin/pybabel compile -d translations
args:
chdir: "{{ lehrpreis_web_root }}"
Loading