From 8d9a75077a2294a70b083aed108aa699976586f7 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 5 Jun 2013 22:04:56 +0000 Subject: [PATCH] not mod_python, dumbass --- tasks/geoip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/geoip.yml b/tasks/geoip.yml index 98df5c387d..8cc7e7de65 100644 --- a/tasks/geoip.yml +++ b/tasks/geoip.yml @@ -1,7 +1,7 @@ --- # install python-geoIP - name: install python-geoIP - yum: name=mod_python-geoIP state=installed + yum: name=python-geoIP state=installed tags: - packages