From 98e32b92f30c4e234f51f8f3d29e932764405e25 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 15 Mar 2021 19:53:21 +0100 Subject: [PATCH] validate: update `ceph_repository_community` check this updates the `ceph_repository_community` check in `ceph-validate` with the right ceph release expected. Signed-off-by: Guillaume Abrioux --- roles/ceph-validate/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-validate/tasks/main.yml b/roles/ceph-validate/tasks/main.yml index c846eee1e..cdc1cd1f5 100644 --- a/roles/ceph-validate/tasks/main.yml +++ b/roles/ceph-validate/tasks/main.yml @@ -23,7 +23,7 @@ when: - ceph_origin == 'repository' - ceph_repository == 'community' - - ceph_stable_release not in ['nautilus', 'octopus'] + - ceph_stable_release not in ['quincy'] - name: validate ceph_repository_type fail: -- 2.39.5