diff --git a/tasks/download-image.yml b/tasks/download-image.yml index 0502fdc..a4129ac 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: {{ debian_img_final.stat.mtime | timestamp_to_datetime }} + Last modified: {{ debian_img_final.stat.mtime | to_datetime('%Y-%m-%d %H:%M:%S') }}