mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 19:59:07 +00:00
Add version_added for all new features (#214)
* Add version_added: 1.0.0 for all new features added before pre-ansible-base. * Add version_added: 1.0.0 for all new features. * Next release will be 0.2.0 * Fix error. * Remove unnecessary warnings.
This commit is contained in:
parent
c081bb6c9c
commit
f9589d78a8
102 changed files with 220 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: dpkg_divert
|
||||
short_description: Override a debian package's version of a file
|
||||
version_added: '0.2.0'
|
||||
author:
|
||||
- quidame (@quidame)
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ options:
|
|||
- Trust imported cert as CAcert.
|
||||
type: bool
|
||||
default: False
|
||||
version_added: '0.2.0'
|
||||
pkcs12_path:
|
||||
description:
|
||||
- Local path to load PKCS12 keystore from.
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ options:
|
|||
- Pass phrase for reading the private key, if required.
|
||||
type: str
|
||||
required: false
|
||||
version_added: "2.10"
|
||||
version_added: '0.2.0'
|
||||
password:
|
||||
description:
|
||||
- Password that should be used to secure the key store.
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ module: lbu
|
|||
|
||||
short_description: Local Backup Utility for Alpine Linux
|
||||
|
||||
version_added: '0.2.0'
|
||||
|
||||
description:
|
||||
- Manage Local Backup Utility of Alpine Linux in run-from-RAM mode
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ options:
|
|||
- If C(yes), resize the physical volume to the maximum available size.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: '0.2.0'
|
||||
vg_options:
|
||||
description:
|
||||
- Additional options to pass to C(vgcreate) when creating the volume group.
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ options:
|
|||
description:
|
||||
- Use a specific make binary.
|
||||
type: path
|
||||
version_added: '0.2.0'
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ options:
|
|||
description:
|
||||
- If specified and the partition does not exist, will set filesystem type to given partition.
|
||||
type: str
|
||||
version_added: '2.10'
|
||||
version_added: '0.2.0'
|
||||
notes:
|
||||
- When fetching information about a new disk and when the version of parted
|
||||
installed on the system is before version 3.1, the module queries the kernel
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ options:
|
|||
compatible with I(interface_out) for routed rules.
|
||||
type: str
|
||||
aliases: [ if_in ]
|
||||
version_added: '0.2.0'
|
||||
interface_out:
|
||||
description:
|
||||
- Specify output interface for the rule. This is mutually
|
||||
|
|
@ -143,6 +144,7 @@ options:
|
|||
compatible with I(interface_in) for routed rules.
|
||||
type: str
|
||||
aliases: [ if_out ]
|
||||
version_added: '0.2.0'
|
||||
route:
|
||||
description:
|
||||
- Apply the rule to routed/forwarded packets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue