mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Doc: k8s_raw_module fixing typo K8S_AUTH_HOST -> K8S_AUTH_KEY_FILE (#46947)
The current doc of k8s_raw_module contain a copy paste of the env var name : ``` host : Provide a URL for accessing the API. Can also be specified via K8S_AUTH_HOST environment variable. key_file : Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_HOST environment variable. ```
This commit is contained in:
parent
45ff6df1af
commit
0c95453a70
4 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ DOCUMENTATION = '''
|
|||
environment variable.
|
||||
key_file:
|
||||
description:
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_HOST
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_KEY_FILE
|
||||
environment variable.
|
||||
ssl_ca_cert:
|
||||
description:
|
||||
|
|
|
@ -63,7 +63,7 @@ DOCUMENTATION = '''
|
|||
environment variable.
|
||||
key_file:
|
||||
description:
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_HOST
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_KEY_FILE
|
||||
environment variable.
|
||||
ssl_ca_cert:
|
||||
description:
|
||||
|
|
|
@ -105,7 +105,7 @@ DOCUMENTATION = """
|
|||
variable.
|
||||
key_file:
|
||||
description:
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_HOST environment
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_KEY_FILE environment
|
||||
variable.
|
||||
ssl_ca_cert:
|
||||
description:
|
||||
|
|
|
@ -52,7 +52,7 @@ options:
|
|||
variable.
|
||||
key_file:
|
||||
description:
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_HOST environment
|
||||
- Path to a key file used to authenticate with the API. Can also be specified via K8S_AUTH_KEY_FILE environment
|
||||
variable.
|
||||
ssl_ca_cert:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue