mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix eos_vrf and eos_vlan interfaces param idempotent issue (#34921)
Fixes # 34917 * Remove spaces from in between interface name * Convert interface name to lower case as interface name is case insensitive wrt configuring on remote device.
This commit is contained in:
@@ -27,7 +27,8 @@ notes:
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
- Name of the Interface to be configured on remote device.
|
||||
- Name of the Interface to be configured on remote device. The name of interface
|
||||
should be in expanded format and not abbreviated.
|
||||
required: true
|
||||
description:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user