From 4c95d5ed1751a1c85ac0e45484837f5013c15805 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 17:52:04 +0100 Subject: [PATCH] Fix last modified timestamp formatting in download-image.yml --- tasks/download-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/download-image.yml b/tasks/download-image.yml index e3e7f5c..5cef5e3 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -42,6 +42,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 | float | round(0, 'floor') | int | strftime('%Y-%m-%d %H:%M:%S') }} - - # Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }} + Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }}