mirror of https://github.com/ansible/ansible.git
find: skip ENOENT while enumerating files (#84877)
* skip 'no such file or directory' error code while files and directories and report them. Fixes: #84873 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/84887/head
parent
1e5aac7b4f
commit
5280850130
@ -0,0 +1,5 @@
|
||||
---
|
||||
bugfixes:
|
||||
- find - skip ENOENT error code while recursively enumerating files.
|
||||
find module will now be tolerant to race conditions that remove files or directories
|
||||
from the target it is currently inspecting. (https://github.com/ansible/ansible/issues/84873).
|
||||
Loading…
Reference in New Issue