Update find.py (#59456)

Return values for `matched` and `examined` in the find module are integers and not strings.
pull/59526/head
UNR Information Security 5 years ago committed by Alicia Cozine
parent cb1dd6d77b
commit 7b4ce9e4ae

@ -201,12 +201,12 @@ files:
matched:
description: Number of matches
returned: success
type: str
type: int
sample: 14
examined:
description: Number of filesystem objects looked at
returned: success
type: str
type: int
sample: 34
'''

Loading…
Cancel
Save