Indicate proxy_host and proxy_port were added in 2.1

pull/4420/head
Matt Martz 2016-02-16 14:18:07 -06:00 committed by Matt Clay
parent 6c07f42b8d
commit 1f7a2041be
1 changed files with 3 additions and 1 deletions

View File

@ -66,11 +66,13 @@ options:
- Proxy host to use during plugin installation - Proxy host to use during plugin installation
required: False required: False
default: None default: None
version_added: "2.1"
proxy_port: proxy_port:
description: description:
- Proxy port to use during plugin installation - Proxy port to use during plugin installation
required: False required: False
default: None default: None
version_added: "2.1"
version: version:
description: description:
- Version of the plugin to be installed. - Version of the plugin to be installed.