mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user