Fixed check to legacy ceph_stable_releases list

pull/953/head
James Saint-Rossy 2016-09-26 11:33:17 -04:00
parent d36a99e41b
commit 99f1caa120
1 changed files with 2 additions and 2 deletions

View File

@ -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