From cc72a0e4129541f5d5ef4eb4e30cb3d37429d021 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 18:07:57 +0100 Subject: [PATCH] modified: tasks/download-image.yml --- tasks/download-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/download-image.yml b/tasks/download-image.yml index b211b55..3174149 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -37,7 +37,7 @@ debug: msg: | mtime={{ debian_img_final.stat.mtime }} ({{ debian_img_final.stat.mtime | type_debug }}) - {{ debian_img_final.stat.mtime|timestamp_to_time|datetimeformat('%Y-%m-%d %H:%M:%S') }} + {{ (debian_img_final.stat.mtime // 1000)|timestamp_to_time|datetimeformat('%Y-%m-%d %H:%M:%S') }} - name: "[IMAGE] Display image info" ansible.builtin.debug: