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/sanity/validate-modules
John R Barker bc2f4365b5 Correctly validate module name for modules with aliases (#29957)
* Correctly validate module name for modules with aliases

If a module has an alias (ie is a symlink) then we need to ensure that
DOCUMENTATION.module is set to the main name, not the aliased name

* formatting
7 years ago
..
__init__.py
main.py Correctly validate module name for modules with aliases (#29957) 7 years ago
module_args.py
schema.py metadata 1.1 7 years ago
skip.txt
test_validate_modules_regex.py
utils.py
validate-modules