mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Fix incorrect wording in the 'find' module 'paths' parameter
This commit is contained in:
parent
54e6c9472e
commit
1b1d58eb7e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ options:
|
||||||
required: true
|
required: true
|
||||||
aliases: [ "name", "path" ]
|
aliases: [ "name", "path" ]
|
||||||
description:
|
description:
|
||||||
- List of paths to the file or directory to search. All paths must be fully qualified.
|
- List of paths of directories to search. All paths must be fully qualified.
|
||||||
file_type:
|
file_type:
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue