mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Remove duplicate documentation fields
This commit is contained in:
parent
7404418cbd
commit
255c4b01a8
8 changed files with 3 additions and 20 deletions
|
@ -65,12 +65,11 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Virtual Server state
|
||||
required: false
|
||||
default: present
|
||||
description:
|
||||
- Absent, delete the VS if present
|
||||
- present (and its synonym enabled), create if needed the VS and set state to enabled
|
||||
- disabled, create if needed the VS and set state to disabled
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present', 'absent', 'enabled', 'disabled']
|
||||
aliases: []
|
||||
partition:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue