diff options
author | Gaƫl Lambert <contact@gaell.info> | 2018-11-05 18:13:57 +0100 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2018-11-05 12:13:57 -0500 |
commit | 0c95453a70464ad94b0e8ffe932746ae9d5d1f37 (patch) | |
tree | 7870207a565f9f356cce9b46a2890bff0f5a4706 /lib/ansible/plugins | |
parent | 45ff6df1afd4742555e460554b9b850c6c866e31 (diff) | |
download | ansible-0c95453a70464ad94b0e8ffe932746ae9d5d1f37.tar.gz |
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.
```
Diffstat (limited to 'lib/ansible/plugins')
-rw-r--r-- | lib/ansible/plugins/inventory/k8s.py | 2 | ||||
-rw-r--r-- | lib/ansible/plugins/inventory/openshift.py | 2 | ||||
-rw-r--r-- | lib/ansible/plugins/lookup/k8s.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/plugins/inventory/k8s.py b/lib/ansible/plugins/inventory/k8s.py index c568387c42..65598b3121 100644 --- a/lib/ansible/plugins/inventory/k8s.py +++ b/lib/ansible/plugins/inventory/k8s.py @@ -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: diff --git a/lib/ansible/plugins/inventory/openshift.py b/lib/ansible/plugins/inventory/openshift.py index 64d3b7f498..46fcedb5c8 100644 --- a/lib/ansible/plugins/inventory/openshift.py +++ b/lib/ansible/plugins/inventory/openshift.py @@ -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: diff --git a/lib/ansible/plugins/lookup/k8s.py b/lib/ansible/plugins/lookup/k8s.py index 6e21d6c475..1d742182ad 100644 --- a/lib/ansible/plugins/lookup/k8s.py +++ b/lib/ansible/plugins/lookup/k8s.py @@ -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: |