community.general/lib/ansible/modules
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
2018-12-16 15:03:19 -08:00
..
cloud Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
clustering Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
commands Add seealso section to Windows and related modules (#49845) 2018-12-15 03:23:59 +01:00
crypto Fix stacktrace when fail_on_error is False and a file cannot be parsed. (#49987) 2018-12-16 15:26:29 -05:00
database Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
files Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
identity Fix an issue retrieving some types of 1Password items. (#47213) 2018-12-05 11:49:26 -05:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_vhost_limits: Move to rabbitmq subdirectory (#49650) 2018-12-08 23:41:59 +01:00
monitoring Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
net_tools Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
network Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
notification Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
packaging Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
remote_management Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
source_control Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
storage Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
system Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
utilities Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
web_infrastructure stop requiring description. this is not a mandated jira field for all screens (#46023) 2018-12-11 14:24:24 +00:00
windows Add seealso section to Windows and related modules (#49845) 2018-12-15 03:23:59 +01:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00