Make all doc_fragments private. (#898)

This commit is contained in:
Felix Fontein
2025-05-18 01:42:18 +02:00
committed by GitHub
parent 7294841a28
commit b08afe4237
54 changed files with 186 additions and 155 deletions

View File

@@ -0,0 +1,4 @@
breaking_changes:
- "All doc_fragments 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/898)."