when:
- client_group_name in group_names
- 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_dev
or ceph_custom
when:
- client_group_name in group_names
- 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_dev
or ceph_custom