From 180b22aff84a663d3dbd78858a31c56c564f8613 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 18:03:33 +0100 Subject: [PATCH] # modified: tasks/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 1e2703b..b211b55 100644 --- a/tasks/download-image.yml +++ b/tasks/download-image.yml @@ -37,9 +37,7 @@ debug: msg: | mtime={{ debian_img_final.stat.mtime }} ({{ debian_img_final.stat.mtime | type_debug }}) - {{ debian_img_final.stat.mtime | to_datetime('%s') | to_datetime('%Y-%m-%d %H:%M:%S') }} - {{ debian_img_final.stat.mtime | to_datetime('%s') }} - + {{ debian_img_final.stat.mtime|timestamp_to_time|datetimeformat('%Y-%m-%d %H:%M:%S') }} - name: "[IMAGE] Display image info" ansible.builtin.debug: