mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in system checks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: issue#811pull/934/head
parent
23051e7ea5
commit
efe2c9e518
|
@ -18,7 +18,7 @@
|
|||
fail:
|
||||
msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL 7.1"
|
||||
when:
|
||||
- ceph_stable_rh_storage
|
||||
- ceph_rhcs
|
||||
- ansible_distribution_version | version_compare('7.1', '<')
|
||||
|
||||
- name: fail on unsupported distribution for ubuntu cloud archive
|
||||
|
|
Loading…
Reference in New Issue