mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/6346/head
parent
6c6939104d
commit
98e32b92f3
|
@ -23,7 +23,7 @@
|
||||||
when:
|
when:
|
||||||
- ceph_origin == 'repository'
|
- ceph_origin == 'repository'
|
||||||
- ceph_repository == 'community'
|
- ceph_repository == 'community'
|
||||||
- ceph_stable_release not in ['nautilus', 'octopus']
|
- ceph_stable_release not in ['quincy']
|
||||||
|
|
||||||
- name: validate ceph_repository_type
|
- name: validate ceph_repository_type
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue