Skip to content

Commit

Permalink
stable-4.x: Update vmware_guest.py docs (#2285)
Browse files Browse the repository at this point in the history
SUMMARY
Only one of name or vlan is in fact required.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
vmware_guest
ADDITIONAL INFORMATION
Backport of #2272
  • Loading branch information
mariolenz authored Jan 18, 2025
1 parent 483ec7e commit 8d9ebad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/vmware_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,13 +526,13 @@
type: str
description:
- Name of the portgroup or distributed virtual portgroup for this interface.
- Required per entry.
- This is required if C(vlan) isn't defined.
- When specifying distributed virtual portgroup make sure given O(esxi_hostname) or O(cluster) is associated with it.
vlan:
type: int
description:
- VLAN number for this interface.
- Required per entry.
- This is required if C(name) isn't defined.
device_type:
type: str
description:
Expand Down

0 comments on commit 8d9ebad

Please sign in to comment.