From 8e4f0b676b311d513c3dd858f6ab8778f59d5f8b Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 17:34:15 +0100 Subject: [PATCH] Fix last modified image info display in download-image.yml --- tasks/download-image.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/download-image.yml b/tasks/download-image.yml index 1bad0d7..d8f6390 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -38,7 +38,4 @@ msg: | Image cached at: {{ debian_image_path }} Size: {{ debian_img_final.stat.size | int / 1024 / 1024 / 1024 | round(2) }} GB - {{ 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 + Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }}