update uWSGI package name
This commit is contained in:
parent
17e851d2e3
commit
4bd477381c
2
debian/roles/appservers-uwsgi/tasks/main.yml
vendored
2
debian/roles/appservers-uwsgi/tasks/main.yml
vendored
@ -2,7 +2,7 @@
|
|||||||
- name: Install virtualenv
|
- name: Install virtualenv
|
||||||
apt: name=python-virtualenv state=latest
|
apt: name=python-virtualenv state=latest
|
||||||
- name: Install uwsgi from PyPI
|
- name: Install uwsgi from PyPI
|
||||||
pip: name=uwsgi
|
pip: name=uWSGI
|
||||||
- name: Add uwsgi group
|
- name: Add uwsgi group
|
||||||
group: name=uwsgi state=present
|
group: name=uwsgi state=present
|
||||||
- name: Add uwsgi user
|
- name: Add uwsgi user
|
||||||
|
Loading…
Reference in New Issue
Block a user