From 53551557830f6861f4823add5f97121b2cda1457 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Wed, 8 Feb 2017 16:26:56 +0800 Subject: [PATCH] Fix copying over nfs_shares task failure Change-Id: I2e050d811a26ac83f2336d25b02952a9e9835142 Closes-Bug: #1662625 --- ansible/roles/cinder/tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/cinder/tasks/config.yml b/ansible/roles/cinder/tasks/config.yml index 022967736e..ba160a7bae 100644 --- a/ansible/roles/cinder/tasks/config.yml +++ b/ansible/roles/cinder/tasks/config.yml @@ -69,7 +69,7 @@ - name: Copying over nfs_shares files for cinder_volume template: - src: "{{ item.key }}" + src: "{{ item }}" dest: "{{ node_config_directory }}/cinder-volume/nfs_shares" with_first_found: - files: