mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docs: adjust version_added
This commit is contained in:
parent
60a32ba77f
commit
960f28692e
3 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ options:
|
||||||
description: Proxy through cloudflare network or just use DNS
|
description: Proxy through cloudflare network or just use DNS
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
version_added: "2.2"
|
version_added: "2.3"
|
||||||
record:
|
record:
|
||||||
description:
|
description:
|
||||||
- Record to add. Required if C(state=present). Default is C(@) (e.g. the zone name)
|
- Record to add. Required if C(state=present). Default is C(@) (e.g. the zone name)
|
||||||
|
|
|
@ -37,13 +37,13 @@ options:
|
||||||
description:
|
description:
|
||||||
- Name of bridge or fake bridge to manage
|
- Name of bridge or fake bridge to manage
|
||||||
parent:
|
parent:
|
||||||
version_added: 2.2
|
version_added: "2.3"
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
description:
|
description:
|
||||||
- Bridge parent of the fake bridge to manage
|
- Bridge parent of the fake bridge to manage
|
||||||
vlan:
|
vlan:
|
||||||
version_added: 2.2
|
version_added: "2.3"
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -107,7 +107,7 @@ options:
|
||||||
- Specifies a timeout in seconds for the connection attempt
|
- Specifies a timeout in seconds for the connection attempt
|
||||||
required: false
|
required: false
|
||||||
default: 10
|
default: 10
|
||||||
version_added: '2.2'
|
version_added: "2.3"
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description:
|
description:
|
||||||
- If C(no), SSL certificates will not be validated. This should only be set to C(no) when no other option exists.
|
- If C(no), SSL certificates will not be validated. This should only be set to C(no) when no other option exists.
|
||||||
|
|
Loading…
Reference in a new issue