mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Remove duplicate documentation fields
This commit is contained in:
committed by
Matt Clay
parent
ceba43e701
commit
f6aa1ff9a4
@@ -28,7 +28,9 @@ version_added: "1.7"
|
||||
short_description: Fetches a file from a given URL
|
||||
description:
|
||||
- Fetches a file from a URL and saves to locally
|
||||
author: "Paul Durivage (@angstwad)"
|
||||
author:
|
||||
- "Paul Durivage (@angstwad)"
|
||||
- "Takeshi Kuramochi (tksarah)"
|
||||
options:
|
||||
url:
|
||||
description:
|
||||
@@ -80,9 +82,6 @@ options:
|
||||
- Proxy authentication password
|
||||
version_added: "2.0"
|
||||
required: false
|
||||
author:
|
||||
- "Paul Durivage (@angstwad)"
|
||||
- "Takeshi Kuramochi (tksarah)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -103,11 +103,8 @@ options:
|
||||
validate:
|
||||
required: false
|
||||
description:
|
||||
- validation to run before copying into place.
|
||||
Use %s in the command to indicate the current file to validate.
|
||||
The command is passed securely so shell features like
|
||||
expansion and pipes won't work.
|
||||
required: false
|
||||
- Validation to run before copying into place. Use %s in the command to indicate the current file to validate.
|
||||
- The command is passed securely so shell features like expansion and pipes won't work.
|
||||
default: None
|
||||
encoding:
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user