mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user