community.general/lib/ansible/modules
Dag Wieers dca6e2d94d nxos_interface: AttributeError: 'NoneType' object has no attribute 'group' (#38544)
This fixes an issue we recently encounteredi with nxos_interface:

```
Traceback (most recent call last):
  File "/tmp/ansible_JmLoba/ansible_module_nxos_interface.py", line 777, in main
    have = map_config_to_obj(want, module)
  File "/tmp/ansible_JmLoba/ansible_module_nxos_interface.py", line 606, in map_config_to_obj
    obj['speed'] = re.search(r'speed (\d+)', body).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
```
2018-04-26 12:27:35 +05:30
..
cloud Fix #26755 by ensuring that the first nic in the nic list is primary (#38994) 2018-04-25 23:16:25 -07:00
clustering consul_kv: decodes kv values from Consul to utf-8 (#35894) 2018-03-22 14:56:38 -07:00
commands psexec: new module to run commands on a remote Windows host without WinRM (#36723) 2018-04-24 12:15:15 +10:00
crypto More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
database More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
files template: minor docs fixes (#39283) 2018-04-25 11:51:57 +02:00
identity Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
monitoring More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
net_tools Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
network nxos_interface: AttributeError: 'NoneType' object has no attribute 'group' (#38544) 2018-04-26 12:27:35 +05:30
notification removes broken link to old module name (#39249) 2018-04-25 09:23:47 -05:00
packaging Convert more http links to https. 2018-04-25 23:12:46 -07:00
remote_management More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
source_control More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
storage More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
system Add note about sefcontext doing no restorecon (#39076) 2018-04-25 18:05:03 +02:00
utilities Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
web_infrastructure More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
windows windows: removed deprecated features in 2.6 (#38930) 2018-04-26 06:13:37 +10:00
__init__.py