From 64188302b143ec707d7bb94a46da3730a0d24d84 Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Wed, 18 Jan 2017 09:09:54 -0500 Subject: [PATCH] Update Ansible requirement Using ansible 2.1.0.0 is starting to cause some builds to fail because of incompatiblity with the systemd module that's been updated upstream. So we need to update the pin. Change-Id: I91dafc3d889361b407f3b1ede349ceacca3422e1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d2ec20cf..3f80fc665 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.1.1.0 +ansible==2.2.0.0 python-dateutil==2.4.2 pykwalify elasticsearch