]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate: followup on 98e32b9
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 17 Mar 2021 08:39:54 +0000 (09:39 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 17 Mar 2021 08:46:05 +0000 (09:46 +0100)
update the message accordingly to the check updated in
commit 98e32b92f30c4e234f51f8f3d29e932764405e25

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-validate/tasks/main.yml

index cdc1cd1f5917adcd82c128c5d9c62b6354430fef..8596160711b7065018708edae98e2535439f6d8e 100644 (file)
@@ -19,7 +19,7 @@
 
     - name: validate ceph_repository_community
       fail:
-        msg: "ceph_stable_release must be either 'nautilus' or 'octopus'"
+        msg: "ceph_stable_release must be 'quincy'"
       when:
         - ceph_origin == 'repository'
         - ceph_repository == 'community'