ansible/lib/ansible
Toshio Kuratomi 6531ba38f8 Allow the msg argument to fail_json() to be a positional argument
fial_json() requires a message be given to it to inform the end user of
why the module failed.  Prior to this commit, the message had to be a
keyword argument:

    module.fail_json(msg='Failed due to error')

Since this is a required parameter, this commit allows the message to be
given as a positional argument instead:

   module.fail_json('Failed due to an error')
2020-04-08 07:56:11 -07:00
..
cli add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
collections add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
compat
config asa_facts (#68076) 2020-04-06 19:32:54 +05:30
errors Misc typo fixes (#66120) 2020-01-04 21:13:30 +05:30
executor Add relative module_util support for powershell (#68321) 2020-04-01 09:01:18 +10:00
galaxy ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691 (#68596) 2020-04-01 06:39:02 +10:00
inventory inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
module_utils Allow the msg argument to fail_json() to be a positional argument 2020-04-08 07:56:11 -07:00
modules [git] make force=True apply to git fetches (#68691) 2020-04-06 15:25:24 -05:00
parsing safely use vault to edit secrets (#68644) 2020-04-03 10:19:01 -04:00
playbook Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751) 2020-02-25 16:36:01 -06:00
plugins Always set the discovered interpreter on the delegated host (#64906) 2020-04-06 15:09:00 -05:00
template ansible_native_concat: use to_text rather than jinja2's text_type (#68038) 2020-03-24 12:03:31 +01:00
utils add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
vars prevent ansible_facts injection (#68431) 2020-03-24 15:46:56 -04:00
__init__.py
constants.py add collection plugin listing to ansible-doc (#68522) 2020-03-31 15:25:20 -04:00
context.py
release.py