Add plugin_type for ansible-doc (#41)

Add plugin_type for ansible-doc

Reviewed-by: https://github.com/apps/ansible-zuul
pull/44/head
Paul Belanger 2021-02-01 14:58:18 -05:00 committed by GitHub
parent 472a8050ad
commit 67b4ae93f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
trivial:
- add missing plugin_type for lookup plugins.

View File

@ -15,6 +15,7 @@ __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,6 +15,7 @@ __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:

View File

@ -15,6 +15,7 @@ __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,6 +10,7 @@ __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: