From b2f3dc90528c9dcb475ce37044fe4c4ea428d516 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 2 Nov 2017 09:38:27 +1000 Subject: [PATCH] updated changelog with win_find fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7699f0b0f8f..3ff247201cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,8 @@ Ansible Changes By Release * Fix eos_eapi to enable non-default vrfs if the default vrf is already configured (https://github.com/ansible/ansible/pull/32112) * Fix network parse_cli filter in case of single match is not caught when using start_block and end_block (https://github.com/ansible/ansible/pull/31092) +* Fix win_find failing on files it can't access, change behaviour to be more + like the find module (https://github.com/ansible/ansible/issues/31898)