mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1246 from tynorth-cisco/unique-pools
add unique filter to openstack pool namespull/1247/head
commit
055aefa117
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: create openstack pool
|
||||
command: ceph --cluster {{ cluster }} osd pool create {{ item.name }} {{ item.pg_num }}
|
||||
with_items: "{{ openstack_pools }}"
|
||||
with_items: "{{ openstack_pools | unique }}"
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue