mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixes some bugs and things (#35122)
Removes deprecations and fixes bugs.
This commit is contained in:
parent
a0bb193598
commit
ca8982f96c
23 changed files with 136 additions and 230 deletions
|
@ -91,7 +91,12 @@ options:
|
|||
- When creating a new VLAN, if this parameter is not specified, the default
|
||||
of (no) is used.
|
||||
version_added: 2.5
|
||||
choices: [yes, no]
|
||||
type: bool
|
||||
partition:
|
||||
description:
|
||||
- Device partition to manage resources on.
|
||||
default: Common
|
||||
version_added: 2.5
|
||||
notes:
|
||||
- Requires BIG-IP versions >= 12.0.0
|
||||
extends_documentation_fragment: f5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue