update uWSGI package name

This commit is contained in:
staticsafe 2014-05-16 01:50:21 +00:00
parent 17e851d2e3
commit 4bd477381c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Install virtualenv
apt: name=python-virtualenv state=latest
- name: Install uwsgi from PyPI
pip: name=uwsgi
pip: name=uWSGI
- name: Add uwsgi group
group: name=uwsgi state=present
- name: Add uwsgi user