我有一种情况需要使用ansible检查文件的上次修改日期。通常情况下,linux中的stat具有文件的属性,如Modified,access和changed。我知道p.stat.isdir和p.stat.pw_name存在,但我们是否有类似的选项使用ansible stat来检查文件的最后修改日期?
答案 0 :(得分:3)
ansible具有同名stat
http://docs.ansible.com/ansible/stat_module.html
其返回值包含您正在寻找的mtime
。
mtime
Time of last modification
success, path exists and user can read stats