mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fixed misc typos (#57103)
* Changed immuteable to immutable * Changed conig to config Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Martin Krizek
parent
0ada6b8d8d
commit
2cf1dfc415
@@ -24,7 +24,7 @@ options:
|
|||||||
required: True
|
required: True
|
||||||
policy_description:
|
policy_description:
|
||||||
description:
|
description:
|
||||||
- A helpful description of this policy, this value is immuteable and only set when creating a new policy.
|
- A helpful description of this policy, this value is immutable and only set when creating a new policy.
|
||||||
default: ''
|
default: ''
|
||||||
policy:
|
policy:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ DOCUMENTATION = """
|
|||||||
- name: K8S_AUTH_EXTRA_ARGS
|
- name: K8S_AUTH_EXTRA_ARGS
|
||||||
kubectl_kubeconfig:
|
kubectl_kubeconfig:
|
||||||
description:
|
description:
|
||||||
- Path to a kubectl config file. Defaults to I(~/.kube/conig)
|
- Path to a kubectl config file. Defaults to I(~/.kube/config)
|
||||||
default: ''
|
default: ''
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_kubectl_kubeconfig
|
- name: ansible_kubectl_kubeconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user