community.general/lib/ansible
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
..
cli make individual bad paths a warning 2018-04-23 15:17:22 -04:00
compat
config Add note about the dangers of ANSIBLE_DEBUG (#39261) 2018-04-24 17:30:41 -07:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor keep track of original inventory hostname in play context (#38818) 2018-04-16 17:16:57 -04:00
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 2018-04-11 11:52:12 -04:00
module_utils Add a Scaleway dynamic inventory plugin (#38739) 2018-04-25 13:35:54 -04:00
modules nxos_interface: AttributeError: 'NoneType' object has no attribute 'group' (#38544) 2018-04-26 12:27:35 +05:30
parsing Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
playbook Actually check for import_role when loop detected (#39218) 2018-04-25 14:50:20 +02:00
plugins Convert more http links to https. 2018-04-25 23:12:46 -07:00
template fix exception on lookup ignore error 2018-04-16 18:04:52 -04:00
utils More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py
constants.py centralize doc/config plugin lists (#38775) 2018-04-16 09:29:49 -04:00
release.py