From 8915d5f9a533c28a97554e54a4b861e07a542675 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Tue, 30 Aug 2016 11:37:24 +0100 Subject: [PATCH] httplib2 through pip for now --- tasks/elasticsearch-RedHat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/elasticsearch-RedHat.yml b/tasks/elasticsearch-RedHat.yml index da058eb..8a9be8b 100644 --- a/tasks/elasticsearch-RedHat.yml +++ b/tasks/elasticsearch-RedHat.yml @@ -26,4 +26,4 @@ # ansible uri module requires python-httplib2 - name: python-httplib2 - yum: name=python-httplib2 \ No newline at end of file + pip: name=httplib2 \ No newline at end of file