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/units/plugins
Brian Coca 84e473a26e
All lookups ported to config system (#74108)
* all lookups to support config system

 - added get_options to get full dict with all opts
 - fixed tests to match new error messages
 - kept inline string k=v parsing methods for backwards compat
 - placeholder depredation for inline string k=v parsing
 - updated tests and examples to also show new way
 - refactored and added comments to most custom k=v parsing
 - added missing docs for template_vars to template
 - normalized error messages and exception types
 - fixed constants default
 - better details value errors

Co-authored-by: Felix Fontein <felix@fontein.de>
5 years ago
..
action
become
cache Remove deprecated cache interfaces (#74198) 5 years ago
callback
connection
filter
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 5 years ago
loader_fixtures
lookup All lookups ported to config system (#74108) 5 years ago
shell
strategy
__init__.py
test_plugins.py