From: Sébastien Han Date: Wed, 16 Nov 2016 15:44:45 +0000 (+0100) Subject: ci: bump ansible version to 2.2 X-Git-Tag: v2.0^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1097%2Fhead;p=ceph-ansible.git ci: bump ansible version to 2.2 ceph-ansible is now fully compliant with ansible 2.2 so bumping the ansible version to make we test the right things. Signed-off-by: Sébastien Han --- diff --git a/tox.ini b/tox.ini index ba8068fe2..f8f2d116f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,xenial-cluster,centos7-mon-osd,centos7-cluster} +envlist = {ansible2.2}-{xenial-conf-tests,xenial-mon-osd,xenial-cluster,centos7-mon-osd,centos7-cluster} skipsdist = True [testenv]