Remove unused variable (#60485)
This is to keep our linters happy for ansible_collection vyos migration. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
d9c44897a6
commit
37b30d18f3
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ def map_obj_to_commands(updates, module):
|
|||
name = w['name']
|
||||
address = w['address']
|
||||
state = w['state']
|
||||
interfaces = w['interfaces']
|
||||
|
||||
obj_in_have = search_obj_in_list(vlan_id, have)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue