community.general/lib/ansible/modules/extras/network
Sébastien Gross 95031a8bea Merge wrapped lines.
Some devices return their description on multiple lines such as:

    lldp.eth0.chassis.descr=cisco CISCO7609-S running on
    Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Wed 26-Jan-11 06:54 by prod_rel_team

The generated fact will result as:

    "descr": "cisco CISCO7609-S running on"

This patch fixes the line wrapping to return the full description
handling line breaks:

    "descr": "cisco CISCO7609-S running on\nCisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)\nTechnical Support: http://www.cisco.com/techsupport\nCopyright (c) 1986-2011 by Cisco Systems, Inc.\nCompiled Wed 26-Jan-11 06:54 by prod_rel_team"
2016-12-08 11:32:32 -05:00
..
a10
citrix removed unused import json which breaks 2.4/simplejson compat 2016-12-08 11:32:26 -05:00
f5 bigip_facts: Add missing "device" option 2016-12-08 11:32:32 -05:00
__init__.py
dnsimple.py
dnsmadeeasy.py
haproxy.py Fix argument parsing to module constructor 2016-12-08 11:32:25 -05:00
lldp.py Merge wrapped lines. 2016-12-08 11:32:32 -05:00
openvswitch_bridge.py
openvswitch_port.py
snmp_facts.py minor doc tweaks to snmp_facts 2016-12-08 11:32:21 -05:00