Remove duplicate documentation fields

This commit is contained in:
Toshio Kuratomi 2016-01-28 09:20:37 -08:00 committed by Matt Clay
commit 255c4b01a8
8 changed files with 3 additions and 20 deletions

View file

@ -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: