community.general/lib/ansible/modules/network
Toshio Kuratomi 8b34e31e05 Remove the error checking from apply_patch()
The error checking would itself cause a traceback.  The load_config()
function that we'd need to check for errors from only returns None so
there's no way to check for errors via the return value.  In the future
someone could rewrite the load_config function to return useful
information and restore the error checking but for now this is better as
it won't traceback on success and it will let us turn on static analysis
of undefined variables

Fixes #27255
References #27254
2017-07-25 06:12:44 -07:00
..
a10 Remove redundant return statement from a10_ser* (#24930) 2017-05-23 16:45:24 -04:00
aci Simplify XML error-handling and typo (#26929) 2017-07-19 08:46:16 +01:00
aireos New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
aos spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
aruba Adding aruba_command module along with unit tests. (#26625) 2017-07-19 09:49:12 +05:30
asa update asa to use network_cli connection plugin (#26899) 2017-07-17 21:23:38 -04:00
avi New Avi Module for Auth Profile objects (#24842) 2017-06-16 20:24:00 +01:00
bigswitch New module: Add Bcf switch module. (network/bigswitch/bcf_switch) (#24261) 2017-06-09 08:14:28 -06:00
citrix Fixed import of urlencode and pathname2url from urllib for python3 (#24424) 2017-05-19 12:22:16 -05:00
cloudengine Move redudant check_ip_addr method to common ce (#25575) 2017-06-15 13:21:18 +01:00
cumulus Fix modules' use of BOOLEANS* 2017-07-17 11:48:05 -07:00
dellos6 network_cli modules don't always return stdout or stdout_lines (#23573) 2017-04-13 11:59:23 -04:00
dellos9 network_cli modules don't always return stdout or stdout_lines (#23573) 2017-04-13 11:59:23 -04:00
dellos10 Update facts module to support the new OS10 10.3 release (#25090) 2017-05-31 17:09:10 +01:00
eos eos_logging implementation module (#27093) 2017-07-25 18:16:04 +05:30
f5 Skip f5 tests if f5-sdk is not installed (#27035) 2017-07-19 10:09:25 -06:00
fortios Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
illumos Fix modules' use of BOOLEANS* 2017-07-17 11:48:05 -07:00
interface net_lldp_interface module implementation for junos (#26915) 2017-07-18 12:14:10 +05:30
ios Fix #26918: IOS TypeError (#26999) 2017-07-19 15:06:11 -07:00
iosxr replace str with to_native (#27135) 2017-07-21 09:32:57 -06:00
junos Add net_vrf implementation for junos (#27055) 2017-07-20 11:20:18 +05:30
layer2 Split net_lldp into net_lldp (service) and net_lldp_interface (#26757) 2017-07-13 16:38:15 +02:00
layer3 Add net_l3_interface vendor neutral module (#26484) 2017-07-06 21:02:25 +02:00
lenovo Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
netconf Update netconf_config.py (#24323) 2017-05-09 16:04:59 -04:00
netscaler Add module netscaler_cs_action (#26147) 2017-06-28 19:16:46 +05:30
netvisor [WIP] Network return docs (#23441) 2017-04-12 13:13:41 -04:00
nuage New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895) 2017-07-25 12:35:03 +01:00
nxos Remove the error checking from apply_patch() 2017-07-25 06:12:44 -07:00
openswitch Correct RETURN data types for Network modules (#24104) 2017-04-28 12:15:18 +01:00
ordnance Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
ovs openvswitch_bridge.py: Avoid runtime error with no external_ids (#25128) 2017-05-29 14:44:17 +02:00
panos Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
protocol Split net_lldp into net_lldp (service) and net_lldp_interface (#26757) 2017-07-13 16:38:15 +02:00
routing Move net_* modules into specific sub-topics (#26234) 2017-06-29 13:04:33 +01:00
sros Correct RETURN data types for Network modules (#24104) 2017-04-28 12:15:18 +01:00
system Remove xml return for junos declarative modules (#26400) 2017-07-04 21:49:26 +05:30
vyos Add vyos_interface default description (#27029) 2017-07-19 13:01:56 +05:30
__init__.py package files 2016-12-08 11:22:22 -05:00