mirror of https://github.com/ansible/ansible.git
[bp-2.18] find: skip ENOENT while enumerating files (#84886)
* 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>
(cherry picked from commit 5280850130)
pull/84957/head
parent
8c03e3a74a
commit
27d6a409dc
@ -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