mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation build
This commit is contained in:
parent
3cd6e4c1f8
commit
e1bf46a32a
1 changed files with 4 additions and 6 deletions
|
@ -68,9 +68,9 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
description:
|
description:
|
||||||
- Absent : delete the VS if present
|
- Absent, delete the VS if present
|
||||||
- present (and its synonym enabled) : create if needed the VS and set state to enabled
|
- present (and its synonym enabled), create if needed the VS and set state to enabled
|
||||||
- absent : create if needed the VS and set state to disabled
|
- disabled, create if needed the VS and set state to disabled
|
||||||
choices: ['present', 'absent', 'enabled', 'disabled']
|
choices: ['present', 'absent', 'enabled', 'disabled']
|
||||||
aliases: []
|
aliases: []
|
||||||
partition:
|
partition:
|
||||||
|
@ -84,9 +84,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- "Virtual server name."
|
- "Virtual server name."
|
||||||
required: true
|
required: true
|
||||||
default: null
|
aliases: ['vs']
|
||||||
choices: []
|
|
||||||
aliases: ['vs']
|
|
||||||
destination:
|
destination:
|
||||||
description:
|
description:
|
||||||
- "Destination IP of the virtual server (only host is currently supported) . Required when state=present and vs does not exist."
|
- "Destination IP of the virtual server (only host is currently supported) . Required when state=present and vs does not exist."
|
||||||
|
|
Loading…
Reference in a new issue