We need python-paste-deploy apparently.

This commit is contained in:
Kevin Fenzi 2014-04-22 18:41:11 +00:00
parent a7891e476c
commit 6f27363b3f

View file

@ -3,6 +3,11 @@
# #
# This is the role for geoip-city-wsgi. # 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 - name: install geoip-city-wsgi.conf file
copy: > copy: >