ansible/test
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
..
ansible_test
integration Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
lib/ansible_test Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
sanity Migrate apt_repo to community.general. Fixes #68637 (#68641) 2020-04-02 11:06:12 -05:00
support add readme to test/support (#68450) 2020-03-24 17:15:01 -05:00
units Allow the msg argument to fail_json() to be a positional argument 2020-04-08 07:56:11 -07:00
utils/shippable Update ansible-test network test provisioning. (#68220) 2020-03-23 11:14:21 -05:00