We need python-paste-deploy apparently.
This commit is contained in:
parent
a7891e476c
commit
6f27363b3f
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
#
|
||||
# This is the role for geoip-city-wsgi.
|
||||
#
|
||||
# install python-paste-deploy
|
||||
- name: install python-paste-deploy
|
||||
yum: name=python-paste-deploy state=installed
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: install geoip-city-wsgi.conf file
|
||||
copy: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue