Fix path type in doc

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Sheidan 2025-07-19 13:28:30 +02:00 committed by GitHub
commit 266b62b90d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.