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