mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 10:35:34 +00:00
AnsibleModule guarantees every declared param key exists in module.params, so .get(key) and .get(key, default) are equivalent to [key]. Replace them with the cleaner subscript form across multiple module_utils and modules. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| mixins | ||
| base.py | ||
| deco.py | ||
| exceptions.py | ||
| module_helper.py | ||