Correcting configdrive file name to be consistent

This commit is contained in:
Julia Kreger 2015-03-04 16:15:17 -05:00
parent 3f0b2c840a
commit 0e438140f1

View File

@ -31,7 +31,7 @@
with_lines:
- cat {{ baremetal_csv_file }}
- name: "Make config drive files base64 encoded and gzip compressed"
local_action: shell base64 {{http_boot_folder}}/configdrive-{{item.split(',')[9]}}.iso | gzip > {{http_boot_folder}}/configdrive-{{item.split(',')[9]}}-base64.iso.gz
local_action: shell base64 {{http_boot_folder}}/configdrive-{{item.split(',')[9]}}.iso | gzip > {{http_boot_folder}}/configdrive-{{item.split(',')[9]}}.iso.gz
with_lines:
- cat {{ baremetal_csv_file }}
- name: "Cleanup configdrive .iso files"