Unquote urls in YAML - windows (#5798)
This commit is contained in:
parent
ca047c3881
commit
2b0bdd45e8
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ url:
|
||||||
description: requested url
|
description: requested url
|
||||||
returned: always
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: 'http://www.example.com/earthrise.jpg'
|
sample: http://www.example.com/earthrise.jpg
|
||||||
dest:
|
dest:
|
||||||
description: destination file/path
|
description: destination file/path
|
||||||
returned: always
|
returned: always
|
||||||
|
|
Loading…
Reference in a new issue