create wsgi script as root

py3-deploy
eric 2018-07-20 15:31:04 -04:00
parent 1890cf701f
commit 1612a16f6b
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
mode: 0755
- name: Create WSGI Script
become: yes
template:
src: prod.wsgi.j2
dest: "{{ project_path }}/deploy/prod.wsgi"