From bf3fb55a9045682d6e0bb1db4b9acd6174a87646 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 21 Jan 2019 14:56:15 +1000 Subject: [PATCH] qa/tests: Move ceph-ansible tests to ansible version 2.7 Required by ceph-ansible master Fixes: http://tracker.ceph.com/issues/37973 Signed-off-by: Brad Hubbard --- qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml index e7c130221859..b3edc971e079 100644 --- a/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml @@ -3,7 +3,7 @@ meta: overrides: ceph_ansible: - ansible-version: "2.6" + ansible-version: "2.7" vars: ceph_conf_overrides: global: -- 2.47.3