mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -07:00
Add eos_interface module (#34258)
* Add eos_interface module * Implementation of eos_interface module * Intergration test for eos_interface module * Minor fix in eos_l3_interface module * Minor fix in ios_interface integration test * Fix CI issues * Fix more CI issues
This commit is contained in:
parent
747682fa53
commit
a3c185bfa8
13 changed files with 1332 additions and 2 deletions
|
@ -220,6 +220,7 @@ def map_params_to_obj(module):
|
|||
if item.get(key) is None:
|
||||
item[key] = module.params[key]
|
||||
|
||||
item['name'] = item['name'].lower()
|
||||
validate_param_values(module, item, item)
|
||||
obj.append(item.copy())
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue