mirror of https://github.com/ansible/ansible.git
[2.10] find module - stop dir traversal when depth is exceeded (#73808)
* find module - stop traversing directories with os.walk when depth is already exceeded (#73718)
(cherry picked from commit 8628c12f30)
* Update tests since there are fewer prior tasks creating files/directories
pull/73776/head
parent
b1d278a595
commit
ece31e1b51
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- find module - Stop traversing directories past the requested depth. (https://github.com/ansible/ansible/issues/73627)
|
||||
Loading…
Reference in New Issue