diff --git a/roles/ceph-mon/tasks/ceph_keys.yml b/roles/ceph-mon/tasks/ceph_keys.yml index dcc768828..b2996cb3c 100644 --- a/roles/ceph-mon/tasks/ceph_keys.yml +++ b/roles/ceph-mon/tasks/ceph_keys.yml @@ -8,8 +8,7 @@ always_run: true when: - cephx - - ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel - + - ceph_release_num.{{ ceph_release }} >= ceph_release_num.jewel # NOTE (leseb): wait for mon discovery and quorum resolution # the admin key is not instantaneously created so we have to wait a bit - name: "wait for {{ cluster }}.client.admin.keyring exists"