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/integration/targets/shadowed_module
Matt Martz f1082af73f
Error if a module is found to shadow a reserved keyword (#34649)
* Error if a module is found to shadow a reserved keyword

* Add test for shadowed module

* Bring in functools.wraps for the decorator

* Drop the decorator, make _find_plugin the real function, find_plugin now holds the shadow logic

* Swap order of functions for bottom to top execution order

* Only error for modules

* Add test for loading a lookup plugin that shadows a keyword
6 years ago
..
library Error if a module is found to shadow a reserved keyword (#34649) 6 years ago
aliases Error if a module is found to shadow a reserved keyword (#34649) 6 years ago
inventory Error if a module is found to shadow a reserved keyword (#34649) 6 years ago
playbook.yml Error if a module is found to shadow a reserved keyword (#34649) 6 years ago
playbook_lookup.yml Error if a module is found to shadow a reserved keyword (#34649) 6 years ago
runme.sh Error if a module is found to shadow a reserved keyword (#34649) 6 years ago