modified: tasks/download-image.yml

This commit is contained in:
2025-12-03 17:55:08 +01:00
parent 4c95d5ed17
commit cbeaddbbb0

View File

@@ -35,7 +35,11 @@
- name: Debug mtime type
debug:
msg: "mtime={{ debian_img_final.stat.mtime }} ({{ debian_img_final.stat.mtime | type_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') }}
- name: "[IMAGE] Display image info"
ansible.builtin.debug: