Merge pull request #1246 from tynorth-cisco/unique-pools

add unique filter to openstack pool names
pull/1247/head
Sébastien Han 2017-01-24 12:08:51 +01:00 committed by GitHub
commit 055aefa117
1 changed files with 1 additions and 1 deletions

View File

@ -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