mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-12 11:05:38 +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> |
||
|---|---|---|
| .. | ||
| deprecate_attrs.py | ||
| state.py | ||