1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Toshio Kuratomi 2020-05-19 19:58:20 -07:00
parent 72fe304b8f
commit 1a87822704

View file

@ -85,7 +85,7 @@ DOCUMENTATION = '''
vars:
- name: ansible_oc_context
env:
- name: k8S_AUTH_CONTEXT
- name: K8S_AUTH_CONTEXT
oc_host:
description:
- URL for accessing the API.