From: Erik Hollensbe Date: Sun, 10 Jul 2016 13:53:15 +0000 (-0700) Subject: ceph-osd: fix an item propagation error while partitioning disks X-Git-Tag: v1.0.6~65^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6b218a36d949735520991b1801e449519a58c8e8;p=ceph-ansible.git ceph-osd: fix an item propagation error while partitioning disks Signed-off-by: Erik Hollensbe --- diff --git a/roles/ceph-osd/tasks/docker/start_docker_osd.yml b/roles/ceph-osd/tasks/docker/start_docker_osd.yml index 604dd7635..3e5910d2c 100644 --- a/roles/ceph-osd/tasks/docker/start_docker_osd.yml +++ b/roles/ceph-osd/tasks/docker/start_docker_osd.yml @@ -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