ceph-osd: fix an item propagation error while partitioning disks

Signed-off-by: Erik Hollensbe <github@hollensbe.org>
pull/873/head
Erik Hollensbe 2016-07-10 06:53:15 -07:00
parent 703e5fed82
commit 6b218a36d9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
- name: prepare ceph osd disk with kv_store
docker:
image: "{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
name: "{{ ansible_hostname }}-osd-prepare-{{ item | regex_replace('/', '') }}"
name: "{{ ansible_hostname }}-osd-prepare-{{ item.0 | regex_replace('/', '') }}"
net: host
pid: host
state: running