mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Make all module_utils and plugin_utils private (#887)
* Add leading underscore. Remove deprecated module utils. * Document module and plugin utils as private. Add changelog fragment. * Convert relative to absolute imports. * Remove unnecessary imports.
This commit is contained in:
4
changelogs/fragments/887-module_utils-plugin_utils.yml
Normal file
4
changelogs/fragments/887-module_utils-plugin_utils.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
breaking_changes:
|
||||
- "All module_utils and plugin_utils are now private to the collection and must not be used from other collections or unrelated plugins/modules.
|
||||
Breaking changes in these can happen at any time, even in bugfix releases
|
||||
(https://github.com/ansible-collections/community.crypto/pull/887)."
|
||||
Reference in New Issue
Block a user