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

@@ -21,7 +21,7 @@ options:
type: string
required: true
extends_documentation_fragment:
- community.crypto.name_encoding
- community.crypto._name_encoding
seealso:
- module: community.crypto.openssl_csr_info
- plugin: community.crypto.to_serial

View File

@@ -32,7 +32,7 @@ options:
type: bool
default: false
extends_documentation_fragment:
- community.crypto.name_encoding
- community.crypto._name_encoding
seealso:
- module: community.crypto.openssl_privatekey_info
"""

View File

@@ -21,7 +21,7 @@ options:
type: string
required: true
extends_documentation_fragment:
- community.crypto.name_encoding
- community.crypto._name_encoding
seealso:
- module: community.crypto.x509_certificate_info
- plugin: community.crypto.to_serial

View File

@@ -29,7 +29,7 @@ options:
default: true
version_added: 1.7.0
extends_documentation_fragment:
- community.crypto.name_encoding
- community.crypto._name_encoding
seealso:
- module: community.crypto.x509_crl_info
- plugin: community.crypto.to_serial