Fixed misc typos (#57103)

* Changed immuteable to immutable
* Changed conig to config

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/57110/head
Abhijeet Kasurde 6 years ago 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

Loading…
Cancel
Save