add pause to make test more stable (#51680)
This commit is contained in:
parent
2119fedf4d
commit
ebc9e4caf7
1 changed files with 3 additions and 0 deletions
|
@ -498,6 +498,9 @@
|
|||
stat: path=/tmp/write_utime
|
||||
register: previous_time
|
||||
|
||||
- name: pause for 1 second to ensure the next touch is newer
|
||||
pause: seconds=1
|
||||
|
||||
- name: touch file as nobody
|
||||
file: dest=/tmp/write_utime state=touch
|
||||
become: True
|
||||
|
|
Loading…
Reference in a new issue