mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add last line of LLDP data (#26451)
This commit is contained in:
parent
e329c9da8c
commit
fb1583b2c2
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ class Neighbors(FactsBase):
|
|||
if values:
|
||||
parsed.append(values)
|
||||
values = line
|
||||
if values:
|
||||
parsed.append(values)
|
||||
return parsed
|
||||
|
||||
def parse_neighbors(self, data):
|
||||
|
|
Loading…
Reference in a new issue