ansible/test/units/modules/network/ios/fixtures
hexdump0x0200 4d407d1781 ios_logging: fix idempotence errors (#53109)
* ios_logging: fix the error checking the existence of "host" destinations (IOS 12)

In the "have" list, records of type "host" do not contain the key "size",
although in the list "want" it is always there. Because of this, the module
assumes that the "host" type destinations is not configured and does it again.
This does not change the configuration on the device, but is redundant and
the status of the task will always be "changed". This patch fixes it.

* ios_logging: fixes #53227

* ios_logging: minor changes in string matching
2019-03-07 17:40:03 +05:30
..
configure_terminal
ios_banner_show_banner.txt
ios_bgp_config.cfg
ios_config_config.cfg
ios_config_defaults.cfg
ios_config_src.cfg
ios_facts_dir
ios_facts_show_cdp
ios_facts_show_cdp_neighbors_detail
ios_facts_show_interfaces
ios_facts_show_ip_interface
ios_facts_show_ipv6_interface
ios_facts_show_lldp
ios_facts_show_lldp_neighbors_detail
ios_facts_show_memory_statistics
ios_facts_show_version
ios_logging_config.cfg ios_logging: fix idempotence errors (#53109) 2019-03-07 17:40:03 +05:30
ios_logging_config_ios12.cfg ios_logging: fix idempotence errors (#53109) 2019-03-07 17:40:03 +05:30
ios_ntp_config.cfg
ios_ping_ping_8.8.8.8_repeat_2
ios_ping_ping_10.255.255.250_repeat_2
ios_system_config.cfg
ios_user_config.cfg
ios_vlan_config.cfg
ios_vrf_config.cfg
show_version