From bddcc729463dff61bc3f1e06f5c43d02823a638b Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 18:14:19 +0100 Subject: [PATCH] modified: tasks/download-image.yml --- tasks/download-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/download-image.yml b/tasks/download-image.yml index f5edf17..d39ea4c 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -37,11 +37,11 @@ debug: msg: | mtime={{ debian_img_final.stat.mtime }} ({{ debian_img_final.stat.mtime | type_debug }}) - {{ (debian_img_final.stat.mtime // 1000) | int | strftime('%Y-%m-%d %H:%M:%S') }} - + {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }} + - name: "[IMAGE] Display image info" ansible.builtin.debug: 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 + Last modified: {{ debian_img_final.stat.mtime | int | strftime('%Y-%m-%d %H:%M:%S') }}