Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module_utils.modules: expose module.params as a readonly dict
Use a MappingProxyType without backend to ensure the `module.params` dict is readonly.
- Loading branch information