ansible/changelogs/fragments/74241-find-checks-size-with-any.yml
David Shrewsbury 93fdba7013
[bugfix][coverage] find module should consider file size with file_type=any (#74241)
* add changelog
* fix cl text
* Update changelogs/fragments/74241-find-checks-size-with-any.yml

Co-authored-by: Rick Elrod <rick@elrod.me>
2021-04-13 11:41:44 -04:00

2 lines
116 B
YAML

bugfixes:
- find - fix a bug where ``size`` argument was ignored for regular files with ``file_type`` of ``any``.