summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2021-02-25 20:32:49 +0100
committerGitHub <noreply@github.com>2021-02-25 20:32:49 +0100
commit8628c12f30693e520b6c7bcb816bbcbbbe0cd5bb (patch)
tree7bbee32cd3de11588a094657d0e32816d4984bbb /changelogs
parentNormalize ConfigParser between Python2 and Python3 (#73715) (diff)
downloadansible-8628c12f30693e520b6c7bcb816bbcbbbe0cd5bb.tar.xz
ansible-8628c12f30693e520b6c7bcb816bbcbbbe0cd5bb.zip
find module - stop traversing directories with os.walk when depth is already exceeded (#73718)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/73718-find-dir-depth-traversal.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/73718-find-dir-depth-traversal.yml b/changelogs/fragments/73718-find-dir-depth-traversal.yml
new file mode 100644
index 0000000000..daf479c9fd
--- /dev/null
+++ b/changelogs/fragments/73718-find-dir-depth-traversal.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - find module - Stop traversing directories past the requested depth. (https://github.com/ansible/ansible/issues/73627)