Skip to content
Snippets Groups Projects

Unify uwsgi python

104 files
+ 1788
1389
Compare changes
  • Side-by-side
  • Inline

Files

---
# 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