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:
Matt Martz 2019-02-26 14:12:41 -06:00 committed by Matt Clay
commit 7f2e724203
2 changed files with 0 additions and 6 deletions

View file

@ -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