mirror of https://github.com/ceph/ceph-ansible.git
Fixed check to legacy ceph_stable_releases list
parent
d36a99e41b
commit
99f1caa120
|
@ -172,7 +172,7 @@
|
||||||
when:
|
when:
|
||||||
- client_group_name in group_names
|
- client_group_name in group_names
|
||||||
- ansible_pkg_mgr == "yum"
|
- ansible_pkg_mgr == "yum"
|
||||||
- (ceph_stable and ceph_stable_release not in ceph_stable_releases)
|
- ceph_release_num.{{ ceph_release }} > ceph_release_num.infernalis
|
||||||
or ceph_origin == "distro"
|
or ceph_origin == "distro"
|
||||||
or ceph_dev
|
or ceph_dev
|
||||||
or ceph_custom
|
or ceph_custom
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
when:
|
when:
|
||||||
- client_group_name in group_names
|
- client_group_name in group_names
|
||||||
- ansible_pkg_mgr == "dnf"
|
- ansible_pkg_mgr == "dnf"
|
||||||
- (ceph_stable and ceph_stable_release not in ceph_stable_releases)
|
- ceph_release_num.{{ ceph_release }} > ceph_release_num.infernalis
|
||||||
or ceph_origin == "distro"
|
or ceph_origin == "distro"
|
||||||
or ceph_dev
|
or ceph_dev
|
||||||
or ceph_custom
|
or ceph_custom
|
||||||
|
|
Loading…
Reference in New Issue