mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fixup VMware module docs issues (#36409)
Fix various argspec vs documentation issue
This commit is contained in:
parent
9fced4f0a9
commit
5d0ed38e3a
34 changed files with 137 additions and 215 deletions
|
@ -35,7 +35,7 @@ options:
|
|||
autoconnect:
|
||||
required: False
|
||||
default: "yes"
|
||||
choices: [ "yes", "no" ]
|
||||
type: bool
|
||||
description:
|
||||
- Whether the connection should start on boot.
|
||||
- Whether the connection profile can be automatically activated
|
||||
|
@ -151,7 +151,7 @@ options:
|
|||
description:
|
||||
- This is only used with bond - ARP IP target
|
||||
stp:
|
||||
required: False
|
||||
type: bool
|
||||
default: None
|
||||
description:
|
||||
- This is only used with bridge and controls whether Spanning Tree Protocol (STP) is enabled for this bridge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue