mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Fix path type in doc
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6f8ef18541
commit
266b62b90d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ options:
|
|||
particular are handled properly even when specified as booleans rather than strings (in fact, handling booleans properly
|
||||
is why the type of this parameter is "raw").
|
||||
path:
|
||||
type: str
|
||||
type: path
|
||||
required: false
|
||||
description:
|
||||
- Remote path to the configuration to apply.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue