"module_stderr": "Traceback (most recent call last):
File "/tmp/ansible_VRO_qt/ansible_module_ce_facts.py", line 403, in <module>
main()
File "/tmp/ansible_VRO_qt/ansible_module_ce_facts.py", line 388, in main
inst.populate()
File "/tmp/ansible_VRO_qt/ansible_module_ce_facts.py", line 319, in populate
neighbors_dict[tmp_item[0]] = tmp_item[3]
IndexError: list index out of range",
in modules/network/cloudengine/ce_facts.py 319:
neighbors_dict[tmp_item[0]] = tmp_item[3]
tmp_item[3] is '' for neighbor device on '10GE1/0/3' and should be handled.
simple patch would be:
On a switch:
Ansible -vvvv:
in modules/network/cloudengine/ce_facts.py 319:
tmp_item[3] is '' for neighbor device on '10GE1/0/3' and should be handled. simple patch would be:
OT: it would be nice to have not only neighbour device in facts, but also o neighbor interface :)