From 3d2a8dfc70947297d27b01fb8ed713160cca7a21 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 29 Sep 2020 09:42:19 +1000 Subject: [PATCH] nautilus: qa/ceph-ansible: Bump required ansible to 2.9 https://github.com/ceph/ceph-ansible/commit/fd0b9491b60303a5d27f79226f30d51c438de2ff requires us to move to 2.9. 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 068101e1047..b13ab61a5c0 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.8.1' + ansible-version: '2.9' branch: stable-4.0 vars: ceph_conf_overrides: -- 2.47.3