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.
```
pull/48123/head
Gaël Lambert 6 years ago committed by ansibot
parent 45ff6df1af
commit 0c95453a70

@ -63,7 +63,7 @@ DOCUMENTATION = '''
environment variable. environment variable.
key_file: key_file:
description: 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. environment variable.
ssl_ca_cert: ssl_ca_cert:
description: description:

@ -63,7 +63,7 @@ DOCUMENTATION = '''
environment variable. environment variable.
key_file: key_file:
description: 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. environment variable.
ssl_ca_cert: ssl_ca_cert:
description: description:

@ -105,7 +105,7 @@ DOCUMENTATION = """
variable. variable.
key_file: key_file:
description: 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. variable.
ssl_ca_cert: ssl_ca_cert:
description: description:

@ -52,7 +52,7 @@ options:
variable. variable.
key_file: key_file:
description: 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. variable.
ssl_ca_cert: ssl_ca_cert:
description: description:

Loading…
Cancel
Save