community.general/lib/ansible
Toshio Kuratomi cac11f9b80 Port away from fail_json()
Use an exception to return failures rather than fail_json().  This way
we can easily catch the failures if the calling code decides it can deal
with it.  This has the side effect of making it easier to unittest this
code as we can catch the expected exceptions instead of having to catch
the interpreter exiting and then parse stdout for the expected data.
2018-05-11 06:35:03 -07:00
..
cli Enabled unsafe and vault in JSON (#38759) 2018-05-09 14:01:51 -04:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config fix comma 2018-05-11 09:18:31 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor Update vars for loop_control on each loop iteration (fixes #38899) (#39818) 2018-05-07 15:51:46 -05:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Don't display host pattern warning for empty groups (fixes #35255) (#39927) 2018-05-09 14:13:48 -05:00
module_utils Initial cleanup of file module 2018-05-10 14:48:28 -07:00
modules Port away from fail_json() 2018-05-11 06:35:03 -07:00
parsing Enabled unsafe and vault in JSON (#38759) 2018-05-09 14:01:51 -04:00
playbook Deprecate private for include_role (#39821) 2018-05-08 10:31:56 -05:00
plugins Fix callback._dump_results to dump vaulted data v2 (#39975) 2018-05-11 07:44:29 +02:00
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-04-30 16:47:27 -07:00
utils Fix module validation checks and remove old params (#39926) 2018-05-10 08:47:08 +02: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 Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00