Fix the environment variable
This was using k8S_AUTH_CONTEXT with a lowercase k. That doesn't match with any of the other K8s stuff so users would probably be confused why their envvar wasn't working.pull/379/head
parent
72fe304b8f
commit
1a87822704
|
@ -85,7 +85,7 @@ DOCUMENTATION = '''
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_oc_context
|
- name: ansible_oc_context
|
||||||
env:
|
env:
|
||||||
- name: k8S_AUTH_CONTEXT
|
- name: K8S_AUTH_CONTEXT
|
||||||
oc_host:
|
oc_host:
|
||||||
description:
|
description:
|
||||||
- URL for accessing the API.
|
- URL for accessing the API.
|
||||||
|
|
Loading…
Reference in New Issue