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

@@ -16,9 +16,9 @@ description:
- The current version retrieves information on the L(Python cryptography library, https://cryptography.io/) available to
Ansible modules, and on the OpenSSL binary C(openssl) found in the path.
extends_documentation_fragment:
- community.crypto.attributes
- community.crypto.attributes.info_module
- community.crypto.attributes.idempotent_not_modify_state
- community.crypto._attributes
- community.crypto._attributes.info_module
- community.crypto._attributes.idempotent_not_modify_state
options: {}
"""