modified: tasks/download-image.yml
This commit is contained in:
@@ -35,7 +35,11 @@
|
|||||||
|
|
||||||
- name: Debug mtime type
|
- name: Debug mtime type
|
||||||
debug:
|
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"
|
- name: "[IMAGE] Display image info"
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user