mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07: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:
parent
6fe0215c8f
commit
c386ae9498
5 changed files with 29 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue