validate: check for reef repository

stable-8.0 is reef so this must check the right value for ceph_stable_release

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
pull/7510/head
Guillaume Abrioux 2024-03-11 19:48:36 +01:00
parent 6becd71bfb
commit 67ce11f6ad
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
- name: Validate ceph_repository_community
ansible.builtin.fail:
msg: "ceph_stable_release must be 'squid'"
msg: "ceph_stable_release must be 'reef'"
when:
- ceph_origin == 'repository'
- ceph_repository == 'community'
- ceph_stable_release not in ['squid']
- ceph_stable_release not in ['reef']