diff --git a/tasks/download-image.yml b/tasks/download-image.yml index 9ff11f3..3a15022 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -38,4 +38,4 @@ msg: | Image cached at: {{ debian_image_path }} Size: {{ debian_img_final.stat.size | int / 1024 / 1024 / 1024 | round(2) }} GB - Last modified: {{ '%Y%m%d-%H%M%S' | strftime(debian_img_final.stat.mtime) }} \ No newline at end of file + Last modified: {{ '%d/%m/%Y -%H:%M:%S' | strftime(debian_img_final.stat.mtime) }} \ No newline at end of file