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/lib/ansible
Matt Davis 3f1ec6b862 add custom module type validation (#27183)
* Module argument_spec now accepts a callable for the type argument, which is passed through and called with the value when appropriate. On validation/conversion failure, the name of the callable (or its type as a fallback) is used in the error message.
* adds basic smoke tests for custom callable validator functionality
7 years ago
..
cli revert action loader changes to doc, due to error 7 years ago
compat ansible/compat/: PEP8 compliancy (#24689) 8 years ago
config make yaml extensions configurable 7 years ago
errors correct, cleanup & simplify dwim stack (#25956) 8 years ago
executor include_role handlers bug fix (#26335) 7 years ago
galaxy Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
inventory ensure all groups inherit from 'all' 7 years ago
module_utils add custom module type validation (#27183) 7 years ago
modules coerce azure securitygroup priority to int (#27354) 7 years ago
parsing Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
playbook Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
plugins ensure prefix in plugin loading to avoid conflicts 7 years ago
template Try to show original exception info for yaml (and other) errors (#24468) 8 years ago
utils Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
vars removed redundant loader 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
release.py Collated PEP8 fixes (#25293) 8 years ago