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/module_utils/common
Will Thames 42eaa00371 Provide kubernetes definition diffs in check_mode (#41471)
Move dict_merge from azure_rm_resource module to
module_utils.common.dict_transformations and add tests.

Use dict_merge to provide a fairly realistic, reliable
diff output when k8s-based modules are run in check_mode.

Rename unit tests so that they actually run and reflect
the module_utils they're based on.
6 years ago
..
__init__.py
_collections_compat.py
collections.py Do absolute imports to please broken import linter 6 years ago
dict_transformations.py Provide kubernetes definition diffs in check_mode (#41471) 6 years ago
file.py Add boilerplate from __future__ and type declarations 6 years ago
removed.py