Merge pull request #914 from asheplyakov/secure-cluster-913

ceph-mon: fix the loop in `secure the cluster' task
pull/909/merge
Leseb 2016-08-01 10:54:08 +02:00 committed by GitHub
commit c127df7981
1 changed files with 1 additions and 1 deletions

View File

@ -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', '>=') }}"