validate: followup on 98e32b9

update the message accordingly to the check updated in
commit 98e32b92f3

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/6359/head
Guillaume Abrioux 2021-03-17 09:39:54 +01:00
parent a112572734
commit b27398163a
1 changed files with 1 additions and 1 deletions

View 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'