1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Unquote urls in YAML - windows (#5798)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:39:29 +00:00 committed by Matt Clay
parent ca047c3881
commit 2b0bdd45e8

View file

@ -117,7 +117,7 @@ url:
description: requested url
returned: always
type: string
sample: 'http://www.example.com/earthrise.jpg'
sample: http://www.example.com/earthrise.jpg
dest:
description: destination file/path
returned: always