From 1dcb59c6d51c8b13b4b47a5589ae01fd7f3b600e Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 17:31:26 +0100 Subject: [PATCH] modified: tasks/download-image.yml --- tasks/download-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/download-image.yml b/tasks/download-image.yml index d8f6390..1bad0d7 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -38,4 +38,7 @@ 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 | int | strftime('%Y-%m-%d %H:%M:%S') }} + {{ debian_img_final.stat.mtime }} + {{ debian_img_final.stat.mtime | type_debug }} +# Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }} + \ No newline at end of file