1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix metadata field. (#53903)

This commit is contained in:
Felix Fontein 2019-03-16 18:13:38 +01:00 committed by René Moser
parent c89b799939
commit 1b1c7e252f
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = r"""
name: hcloud
plugin_type: inventory
authors:
author:
- Lukas Kaemmerling (@lkaemmerling)
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
version_added: "2.8"

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = r'''
name: linode
plugin_type: inventory
authors:
author:
- Luke Murphy (@lwm)
short_description: Ansible dynamic inventory plugin for Linode.
version_added: "2.8"