geoip-city-wsgi: also install python2-geoip2
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
22ef2bf4cb
commit
ca457d0164
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue