mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove duplicate documentation fields
This commit is contained in:
committed by
Matt Clay
parent
7404418cbd
commit
255c4b01a8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user