Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
1 file
+ 9
8
Compare changes
  • Side-by-side
  • Inline
+ 9
8
@@ -42,14 +42,15 @@
@@ -42,14 +42,15 @@
- "{{ app.app }}"
- "{{ app.app }}"
- "{{ app.instance }}"
- "{{ app.instance }}"
- include: sqlite.yml
- block:
when: app.db == "sqlite"
- include: sqlite.yml
when: app_db_type == "sqlite"
- include: mysql.yml
- include: mysql.yml
when: app.db == "mysql"
when: app_db_type == "mysql"
- include: postgres.yml
- include: postgres.yml
when: app.db == "postgres"
when: app_db_type == "postgres"
 
when: app_db_type is defined
- name: ensure we have a group
- name: ensure we have a group
group:
group:
Loading