Compare commits

...

2 Commits

Author SHA1 Message Date
cc72a0e412 modified: tasks/download-image.yml 2025-12-03 18:07:57 +01:00
180b22aff8 # modified: tasks/download-image.yml 2025-12-03 18:03:33 +01:00

View File

@@ -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 // 1000)|timestamp_to_time|datetimeformat('%Y-%m-%d %H:%M:%S') }}
- name: "[IMAGE] Display image info"
ansible.builtin.debug: