mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -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
|
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").
|
is why the type of this parameter is "raw").
|
||||||
path:
|
path:
|
||||||
type: str
|
type: path
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
- Remote path to the configuration to apply.
|
- Remote path to the configuration to apply.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue