]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixed check to legacy ceph_stable_releases list
authorJames Saint-Rossy <james_saintrossy@cable.comcast.com>
Mon, 26 Sep 2016 15:33:17 +0000 (11:33 -0400)
committerJames Saint-Rossy <james_saintrossy@cable.comcast.com>
Mon, 26 Sep 2016 15:33:17 +0000 (11:33 -0400)
roles/ceph-common/tasks/installs/install_on_redhat.yml

index 1dad511deec00ad0f0882b477daa837a3a642757..40dfa6882efb7bde5ded1f829ee186f344578e39 100644 (file)
   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