ansible-collections / cisco.ios

Ansible Network Collection for Cisco IOS
GNU General Public License v3.0
261 stars 162 forks source link

l3_interfaces - Fix gathering wrong facts for source interface in ipv4. #1065

Closed roverflow closed 2 weeks ago

roverflow commented 2 weeks ago
SUMMARY

This fixes issue where the module is gathering wrong facts for source_interface in ipv4 in l3_interfaces.

It was gathering a bool value instead of the name of the interface which should be str based on the argspec.

ISSUE TYPE
COMPONENT NAME