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 <aschoen@redhat.com>
pull/2736/head
Andrew Schoen 2018-05-23 09:10:39 -05:00 committed by Sébastien Han
parent 4b5cac2e07
commit 8363ab43d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
ansible>=2.4.2
ansible~=2.4
notario>=0.0.13
netaddr>=0.7.19