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 Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Fix ansible-test submodule handling. (#68759) 5 years ago
lib/ansible_test Fix ansible-test submodule handling. (#68759) 5 years ago
sanity Migrate apt_repo to community.general. Fixes #68637 (#68641) 5 years ago
support add readme to test/support (#68450) 5 years ago
units Allow the msg argument to fail_json() to be a positional argument 5 years ago
utils/shippable Update ansible-test network test provisioning. (#68220) 5 years ago