geoip-city-wsgi: also install python2-geoip2

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2020-04-09 16:38:26 +02:00 committed by Pierre-Yves Chibon
parent 22ef2bf4cb
commit ca457d0164

View file

@ -4,12 +4,13 @@
# This is the role for geoip-city-wsgi.
#
# install necessary packages
- name: install python-paste-deploy geolite2-city python2-iso3166
- name: install python-paste-deploy geolite2-city python2-iso3166 python2-geoip2
package:
name:
- python-paste-deploy
- geolite2-city
- python2-iso3166
- python2-geoip2
state: present
- name: install geoip-city-wsgi.conf file