mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* 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 |
||
|---|---|---|
| .. | ||
| aws | ||
| basic | ||
| ec2 | ||
| facts | ||
| gcp | ||
| json_utils | ||
| parsing | ||
| __init__.py | ||
| test_basic.py | ||
| test_database.py | ||
| test_distribution_version.py | ||
| test_known_hosts.py | ||
| test_network_common.py | ||
| test_postgresql.py | ||
| test_text.py | ||