mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #914 from asheplyakov/secure-cluster-913
ceph-mon: fix the loop in `secure the cluster' taskpull/909/merge
commit
c127df7981
|
@ -7,6 +7,6 @@
|
|||
- name: secure the cluster
|
||||
command: ceph --cluster {{ cluster }} osd pool set {{ item[0] }} {{ item[1] }} true
|
||||
with_nested:
|
||||
- ceph_pools.stdout_lines
|
||||
- "{{ ceph_pools.stdout_lines|default([]) }}"
|
||||
- secure_cluster_flags
|
||||
when: "{{ ceph_version | version_compare('0.94.0', '>=') }}"
|
||||
|
|
Loading…
Reference in New Issue