mirror of https://github.com/ceph/ceph-ansible.git
mon: create the mgr key for release >= luminous
This fixes RHCS builds. We know which Ceph version we are running on. Signed-off-by: Sébastien Han <seb@redhat.com>pull/1894/head
parent
0d3b1b8d1f
commit
fb02b1d9d3
|
@ -130,5 +130,4 @@
|
|||
- item.stat.exists == true
|
||||
when:
|
||||
- inventory_hostname == groups[mon_group_name]|last
|
||||
- not ceph_docker_image_tag.find('jewel') != -1
|
||||
- ceph_docker_image != 'rhceph'
|
||||
- ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous
|
||||
|
|
Loading…
Reference in New Issue