You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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')
5 years ago
..
ansible_test
integration Fix ansible-test submodule handling. (#68759) 5 years ago
lib/ansible_test Fix ansible-test submodule handling. (#68759) 5 years ago
sanity
support
units Allow the msg argument to fail_json() to be a positional argument 5 years ago
utils/shippable