From 3f0b2c840a2a4ae04852ed6a3dbbe9da4fed59f3 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 4 Mar 2015 16:13:16 -0500 Subject: [PATCH] Correcting spacing issue in configdrives.yaml --- deploy/configdrive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/configdrive.yaml b/deploy/configdrive.yaml index c248c6644..f9be904a1 100644 --- a/deploy/configdrive.yaml +++ b/deploy/configdrive.yaml @@ -36,7 +36,7 @@ - cat {{ baremetal_csv_file }} - name: "Cleanup configdrive .iso files" local_action: file state=absent name={{http_boot_folder}}/configdrive-{{item.split(',')[9]}}.iso - with_lines: + with_lines: - cat {{ baremetal_csv_file }} - name: "Cleanup configdrive temp folder" local_action: file state=absent force=yes name={{ variable_configdrive_location.stdout }}