ansible/lib/ansible/plugins
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
..
action Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cache FactCache changes 2018-12-05 12:33:27 -08:00
callback Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
cliconf Get Capabilities Support (#49880) 2018-12-14 09:45:31 +05:30
connection Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
filter Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
httpapi Remove cliconf from httpapi connection (#46813) 2018-12-11 16:26:59 -05:00
inventory Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
lookup Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
netconf Fix iosxr netconf plugin response namespace (#49238) 2018-11-29 13:21:41 +05:30
shell split PS wrapper and payload (CVE-2018-16859) (#49142) 2018-11-26 15:28:21 -08:00
strategy Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
terminal ignore connection timeout out within parenthesis (#48413) 2018-12-14 11:22:10 +05:30
test Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vars removes talk of hardcoded loading from plugin docs (#49383) 2018-11-30 14:37:55 -06:00
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
loader.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00