mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
minor doc changes
This commit is contained in:
parent
d683c2431e
commit
005f864068
1 changed files with 8 additions and 7 deletions
|
@ -35,7 +35,8 @@ version_added: "0.6"
|
|||
options:
|
||||
url:
|
||||
description:
|
||||
- HTTP, HTTPS, or FTP URL
|
||||
- HTTP, HTTPS, or FTP URL.
|
||||
(http|https|ftp)://[user[:pass]]@host.domain[:port]/path
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
|
@ -63,7 +64,7 @@ examples:
|
|||
- code: "get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf mode=0440"
|
||||
description: "Example from Ansible Playbooks"
|
||||
notes:
|
||||
- This module doesn't yet support configuration for proxies or passwords.
|
||||
- This module doesn't yet support configuration for proxies.
|
||||
# informational: requirements for nodes
|
||||
requirements: [ urllib2, urlparse ]
|
||||
author: Jan-Piet Mens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue