community.general/lib/ansible
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
..
cli Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
compat Move unit test compat code out of `lib/ansible/`. (#46996) 2018-10-12 20:01:14 -07:00
config Misc typo fixes (#49816) 2018-12-14 15:12:58 +05:30
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
executor Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
galaxy Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
inventory Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
module_utils Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
modules Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
parsing Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
playbook Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
plugins Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
template Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
utils Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
vars Misc typo fixes (#49816) 2018-12-14 15:12:58 +05:30
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00