Merge pull request #23263 from ceph/simple-ansible-version

ceph-volume: update version of ansible to 2.6.x for simple tests

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
Andrew Schoen 2018-07-26 15:22:46 +00:00 committed by GitHub
commit 43e4348cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ setenv=
VAGRANT_CWD = {changedir}
CEPH_VOLUME_DEBUG = 1
deps=
ansible==2.4.1
ansible~=2.6,<2.7
testinfra==1.7.1
pytest-xdist
notario>=0.0.13