From: Guillaume Abrioux Date: Mon, 15 Mar 2021 18:53:21 +0000 (+0100) Subject: validate: update `ceph_repository_community` check X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=98e32b92f30c4e234f51f8f3d29e932764405e25;p=ceph-ansible.git 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 --- 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: