Don't document a type for an argument which uses a callable (#53008)
* Don't document a type for an argument which uses a callable * Update ignore.txt.
This commit is contained in:
parent
8f671e6cff
commit
7f2e724203
2 changed files with 0 additions and 6 deletions
|
@ -14,7 +14,6 @@ options:
|
|||
description:
|
||||
- "Provide a valid YAML definition (either as a string, list, or dict) for an object when creating or updating. NOTE: I(kind), I(api_version), I(name),
|
||||
and I(namespace) will be overwritten by corresponding values found in the provided I(resource_definition)."
|
||||
type: str
|
||||
aliases:
|
||||
- definition
|
||||
- inline
|
||||
|
|
|
@ -161,9 +161,6 @@ lib/ansible/modules/cloud/google/gcpubsub_facts.py E322
|
|||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E324
|
||||
lib/ansible/modules/cloud/google/gcpubsub_facts.py E326
|
||||
lib/ansible/modules/cloud/google/gcspanner.py E322
|
||||
lib/ansible/modules/cloud/kubevirt/kubevirt_preset.py E325
|
||||
lib/ansible/modules/cloud/kubevirt/kubevirt_rs.py E325
|
||||
lib/ansible/modules/cloud/kubevirt/kubevirt_vm.py E325
|
||||
lib/ansible/modules/cloud/linode/linode.py E322
|
||||
lib/ansible/modules/cloud/linode/linode.py E324
|
||||
lib/ansible/modules/cloud/lxc/lxc_container.py E210
|
||||
|
@ -346,8 +343,6 @@ lib/ansible/modules/clustering/etcd3.py E326
|
|||
lib/ansible/modules/clustering/k8s/_kubernetes.py E322
|
||||
lib/ansible/modules/clustering/k8s/_kubernetes.py E323
|
||||
lib/ansible/modules/clustering/k8s/_kubernetes.py E324
|
||||
lib/ansible/modules/clustering/k8s/k8s.py E325
|
||||
lib/ansible/modules/clustering/k8s/k8s_scale.py E325
|
||||
lib/ansible/modules/clustering/znode.py E326
|
||||
lib/ansible/modules/commands/command.py E322
|
||||
lib/ansible/modules/commands/command.py E323
|
||||
|
|
Loading…
Reference in a new issue