Make plugins pass validation. (#2414) (#2431)

(cherry picked from commit 6a72c3b338)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-05-03 13:51:10 +02:00
committed by GitHub
parent 0da9d956a0
commit 020b47a1a9
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = r'''
name: community.general.lxd
name: lxd
short_description: Returns Ansible inventory from lxd host
description:
- Get inventory from the lxd.
@@ -68,7 +68,7 @@ DOCUMENTATION = r'''
description:
- Create groups by the following keywords C(location), C(pattern), C(network_range), C(os), C(release), C(profile), C(vlanid).
- See example for syntax.
type: json
type: dict
'''
EXAMPLES = '''