mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-12 03:14:24 -07:00
win_find - fix glob like paths (#54005)
This commit is contained in:
parent
c053bc1fc7
commit
8a4079ddbf
6 changed files with 98 additions and 76 deletions
|
@ -214,7 +214,8 @@ matched:
|
|||
type: int
|
||||
sample: 2
|
||||
files:
|
||||
description: Information on the files/folders that match the criteria returned as a list of dictionary elements for each file matched.
|
||||
description: Information on the files/folders that match the criteria returned as a list of dictionary elements
|
||||
for each file matched. The entries are sorted by the path value alphabetically.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue