Add version_added to documentation

This commit is contained in:
Chris Tooley
2016-03-05 00:55:08 +00:00
committed by Matt Clay
parent 6c41d9cd38
commit ca1efafc50
4 changed files with 8 additions and 0 deletions

View File

@@ -93,11 +93,13 @@ options:
- the protocol scheme on which the consul agent is running
required: false
default: http
version_added: "2.1"
verify:
description:
- whether to verify the tls certificate of the consul agent
required: false
default: True
version_added: "2.1"
"""
EXAMPLES = '''