ansible/changelogs/fragments/59456-find-return-values.yaml
UNR Information Security 8e9c8c5b8f Fix return values types for find module in docs (#59480)
* Update find.py (#59456)
Return values for `matched` and `examined` in the find module are integers and not strings.
(cherry picked from commit 7b4ce9e4ae)
2019-07-25 15:47:39 -05:00

2 lines
88 B
YAML

minor_changes:
- Correct the return values of matched and examined from string to int