ansible/lib/ansible
Toshio Kuratomi 8b34e31e05 Remove the error checking from apply_patch()
The error checking would itself cause a traceback.  The load_config()
function that we'd need to check for errors from only returns None so
there's no way to check for errors via the return value.  In the future
someone could rewrite the load_config function to return useful
information and restore the error checking but for now this is better as
it won't traceback on success and it will let us turn on static analysis
of undefined variables

Fixes #27255
References #27254
2017-07-25 06:12:44 -07:00
..
cli Switch from map and filter to list comprehensions and generator expressions (#27198) 2017-07-22 19:12:35 -07:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config make yaml extensions configurable 2017-07-20 20:29:09 -04:00
errors correct, cleanup & simplify dwim stack (#25956) 2017-07-03 15:27:53 -04:00
executor include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils Enable integration tests for the crypto/ namespace (#26684) 2017-07-25 12:18:18 +01:00
modules Remove the error checking from apply_patch() 2017-07-25 06:12:44 -07:00
parsing corrected precedence, added comments to each entry 2017-07-20 11:07:06 -04:00
playbook leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
plugins endswith supports tuples, nicer 2017-07-24 16:49:01 -04:00
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils Removing _cnos from all new devices added (#27101) 2017-07-20 12:34:08 -07:00
vars removed redundant loader 2017-07-17 09:03:39 -04:00
__init__.py
constants.py make yaml extensions configurable 2017-07-20 20:29:09 -04:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00