ansible stat check最后修改时间

时间:2016-12-22 08:17:07

标签: linux ansible stat

我有一种情况需要使用ansible检查文件的上次修改日期。通常情况下,linux中的stat具有文件的属性,如Modified,access和changed。我知道p.stat.isdir和p.stat.pw_name存在,但我们是否有类似的选项使用ansible stat来检查文件的最后修改日期?

1 个答案:

答案 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