Make all doc fragments, module utils, and plugin utils private (#11896)

* Make all doc fragments private.

* Make all plugin utils private.

* Make all module utils private.

* Reformat.

* Changelog fragment.

* Update configs and ignores.

* Adjust unit test names.
This commit is contained in:
Felix Fontein
2026-04-20 20:16:26 +02:00
committed by GitHub
parent 9ef1dbb6d5
commit 4fa82b9617
807 changed files with 2041 additions and 1702 deletions

View File

@@ -74,7 +74,7 @@ from ansible.module_utils.common.text.converters import to_text
from ansible.parsing.ajson import AnsibleJSONDecoder
from ansible.plugins.lookup import LookupBase
from ansible_collections.community.general.plugins.module_utils.version import LooseVersion
from ansible_collections.community.general.plugins.module_utils._version import LooseVersion
class BitwardenSecretsManagerException(AnsibleLookupError):

View File

@@ -34,8 +34,8 @@ options:
service_account_token:
version_added: 7.1.0
extends_documentation_fragment:
- community.general.onepassword
- community.general.onepassword.lookup
- community.general._onepassword
- community.general._onepassword.lookup
"""
EXAMPLES = r"""
@@ -84,7 +84,7 @@ from ansible.module_utils.common.process import get_bin_path
from ansible.module_utils.common.text.converters import to_bytes, to_text
from ansible.plugins.lookup import LookupBase
from ansible_collections.community.general.plugins.module_utils.onepassword import OnePasswordConfig
from ansible_collections.community.general.plugins.module_utils._onepassword import OnePasswordConfig
def _lower_if_possible(value):

View File

@@ -25,8 +25,8 @@ options:
elements: string
extends_documentation_fragment:
- community.general.onepassword
- community.general.onepassword.lookup
- community.general._onepassword
- community.general._onepassword.lookup
"""
EXAMPLES = r"""

View File

@@ -30,8 +30,8 @@ options:
service_account_token:
version_added: 7.1.0
extends_documentation_fragment:
- community.general.onepassword
- community.general.onepassword.lookup
- community.general._onepassword
- community.general._onepassword.lookup
"""
EXAMPLES = r"""

View File

@@ -30,8 +30,8 @@ options:
type: bool
extends_documentation_fragment:
- community.general.onepassword
- community.general.onepassword.lookup
- community.general._onepassword
- community.general._onepassword.lookup
"""
EXAMPLES = r"""