filename attribute (#61426)

Adds missing return key/value 'filename' to the win_find module documentation
This commit is contained in:
Giovanni Geraci 2019-08-28 18:35:57 +02:00 committed by Alicia Cozine
parent 3e0891ed39
commit dd3c5500e1

View file

@ -240,6 +240,11 @@ files:
returned: success, path exists, path is a file
type: str
sample: ".ps1"
filename:
description: The name of the file.
returned: success, path exists
type: str
sample: temp
isarchive:
description: If the path is ready for archiving or not.
returned: success, path exists