mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fix nxos_facts indefinite hang for text based output (#45845)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -630,7 +630,7 @@ class Interfaces(FactsBase):
|
||||
fact = dict()
|
||||
fact['port'] = self.parse_lldp_port(item)
|
||||
fact['sysname'] = self.parse_lldp_sysname(item)
|
||||
facts[local_intf].append(facts)
|
||||
facts[local_intf].append(fact)
|
||||
|
||||
return facts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user