Add pause to avoid same mtime in test.
This commit is contained in:
parent
db98433e7a
commit
3d769f3a76
1 changed files with 4 additions and 0 deletions
|
@ -242,6 +242,10 @@
|
|||
follow: False
|
||||
register: file8_initial_dir_stat
|
||||
|
||||
- name: Pause to ensure stat times are not the exact same
|
||||
pause:
|
||||
seconds: 1
|
||||
|
||||
- name: Use touch with directory as dest
|
||||
file:
|
||||
dest: '{{output_dir}}/sub1'
|
||||
|
|
Loading…
Add table
Reference in a new issue