From 99f1caa120451f5187c6c9ce06421a874a571796 Mon Sep 17 00:00:00 2001 From: James Saint-Rossy Date: Mon, 26 Sep 2016 11:33:17 -0400 Subject: [PATCH] Fixed check to legacy ceph_stable_releases list --- roles/ceph-common/tasks/installs/install_on_redhat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ceph-common/tasks/installs/install_on_redhat.yml b/roles/ceph-common/tasks/installs/install_on_redhat.yml index 1dad511de..40dfa6882 100644 --- a/roles/ceph-common/tasks/installs/install_on_redhat.yml +++ b/roles/ceph-common/tasks/installs/install_on_redhat.yml @@ -172,7 +172,7 @@ 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 @@ -184,7 +184,7 @@ 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