Fix validate-module sanity for stable 2.13 sanity job (#164)

* Fix validate-module sanity

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bradley A. Thornton <bthornto@redhat.com>
pull/175/head
Ashwini Mhatre 2022-04-14 03:44:05 +05:30 committed by GitHub
parent de280c5069
commit 0c77d18f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,3 @@
---
trivial:
- fix validate-module sanity tests.

View File

@ -15,7 +15,6 @@ __metaclass__ = type
DOCUMENTATION = """
name: get_path
author: Bradley Thornton (@cidrblock)
plugin_type: lookup
version_added: "1.0.0"
short_description: Retrieve the value in a variable using a path
description:

View File

@ -15,7 +15,6 @@ __metaclass__ = type
DOCUMENTATION = """
name: index_of
author: Bradley Thornton (@cidrblock)
plugin_type: lookup
version_added: "1.0.0"
short_description: Find the indices of items in a list matching some criteria
description:
@ -27,6 +26,7 @@ DOCUMENTATION = """
data:
description: A list of items to enumerate and test against.
type: list
elements: raw
required: True
test:
description: >

View File

@ -15,7 +15,6 @@ __metaclass__ = type
DOCUMENTATION = """
name: to_paths
author: Bradley Thornton (@cidrblock)
plugin_type: lookup
version_added: "1.0.0"
short_description: Flatten a complex object into a dictionary of paths and values
description:

View File

@ -10,7 +10,6 @@ __metaclass__ = type
DOCUMENTATION = """
name: validate
author: Ganesh Nalawade (@ganeshrn)
plugin_type: lookup
version_added: "1.0.0"
short_description: Validate data with provided criteria
description: