1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

@ -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.

View file

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

View file

@ -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"
"""

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