mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-03 03:32:19 -07:00
fix documentation formatting for get_url
This commit is contained in:
parent
36066d8664
commit
970ae584c9
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ version_added: "0.6"
|
||||||
options:
|
options:
|
||||||
url:
|
url:
|
||||||
description:
|
description:
|
||||||
- HTTP, HTTPS, or FTP URL.
|
- HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path
|
||||||
(http|https|ftp)://[user[:pass]]@host.domain[:port]/path
|
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue