community.general/lib/ansible/modules/network/ios
bdowling ddd13bf53a ios_mods - added stdout to exception output. Removed to_lines() (#5428)
stdout lines are now available when certain exceptions occur
(Ref ansible/ansible#18241)

Also noticed that to_lines was essentially handled in
lib/ansible/plugins/action/__init__.py -- only difference was
it didn't handle a list.  to_lines() could be removed across
network modules now, but this commit is only for ios_command.

Also adds disconnect() to ios_command that was added
to ios_config in #5247
2016-12-08 11:25:26 -05:00
..
__init__.py initial add of ios_template module 2016-12-08 11:24:03 -05:00
_ios_template.py Bulk spelling improvement to modules-core (#5225) 2016-12-08 11:25:20 -05:00
ios_command.py ios_mods - added stdout to exception output. Removed to_lines() (#5428) 2016-12-08 11:25:26 -05:00
ios_config.py ios_mods - added stdout to exception output. Removed to_lines() (#5428) 2016-12-08 11:25:26 -05:00
ios_facts.py ios_facts module will no longer error on missing command (#5491) 2016-12-08 11:25:26 -05:00