community.general/lib/ansible/modules/network/ios
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
..
__init__.py
ios_banner.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
ios_bgp.py New module to support BGP configuration management in IOS (#49121) 2019-03-04 13:37:57 +05:30
ios_command.py added timestamps to ios_command module (#50323) 2019-01-31 18:11:53 +05:30
ios_config.py Add more return values to *_config modules (#50702) 2019-01-28 20:49:56 +05:30
ios_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ios_interface.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
ios_l2_interface.py Add support for 25G and 100G interfaces (#47852) 2018-10-31 19:09:53 +05:30
ios_l3_interface.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
ios_linkagg.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
ios_lldp.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
ios_logging.py ios_logging: fix idempotence errors (#53109) 2019-03-07 17:40:03 +05:30
ios_ntp.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
ios_ping.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
ios_static_route.py Ios static route new parameters (#41478) 2019-02-07 10:38:20 -05:00
ios_system.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
ios_user.py Revert back to using section (#53069) 2019-02-28 13:43:34 -05:00
ios_vlan.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
ios_vrf.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00