From 8363ab43d37e327aab6aac70f899e088dfa75240 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 23 May 2018 09:10:39 -0500 Subject: [PATCH] pin version of ansible to 2.4 in requirements.txt This is the latest version that we support. If we don't pin this we get a 2.5.x version installed that causes the playbook to fail in various ways. Fixes: https://github.com/ceph/ceph-ansible/issues/2631 Signed-off-by: Andrew Schoen --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c0196ab1..6a90ab3d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -ansible>=2.4.2 +ansible~=2.4 notario>=0.0.13 netaddr>=0.7.19