mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
0ada6b8d8d
commit
2cf1dfc415
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ options:
|
|||
required: True
|
||||
policy_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: ''
|
||||
policy:
|
||||
description:
|
||||
|
|
|
@ -72,7 +72,7 @@ DOCUMENTATION = """
|
|||
- name: K8S_AUTH_EXTRA_ARGS
|
||||
kubectl_kubeconfig:
|
||||
description:
|
||||
- Path to a kubectl config file. Defaults to I(~/.kube/conig)
|
||||
- Path to a kubectl config file. Defaults to I(~/.kube/config)
|
||||
default: ''
|
||||
vars:
|
||||
- name: ansible_kubectl_kubeconfig
|
||||
|
|
Loading…
Reference in a new issue