Add version_added to documentation

reviewable/pr18780/r1
Chris Tooley 9 years ago
parent b5390824c2
commit 516f7d98e7

@ -76,11 +76,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"
notes:
description:
- Notes to attach to check when registering it.

@ -74,11 +74,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 = '''

@ -104,11 +104,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"
"""

@ -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 = '''

Loading…
Cancel
Save