Fix metadata field. (#53903)
This commit is contained in:
parent
c89b799939
commit
1b1c7e252f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
name: hcloud
|
name: hcloud
|
||||||
plugin_type: inventory
|
plugin_type: inventory
|
||||||
authors:
|
author:
|
||||||
- Lukas Kaemmerling (@lkaemmerling)
|
- Lukas Kaemmerling (@lkaemmerling)
|
||||||
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
|
short_description: Ansible dynamic inventory plugin for the Hetzner Cloud.
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
|
|
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
name: linode
|
name: linode
|
||||||
plugin_type: inventory
|
plugin_type: inventory
|
||||||
authors:
|
author:
|
||||||
- Luke Murphy (@lwm)
|
- Luke Murphy (@lwm)
|
||||||
short_description: Ansible dynamic inventory plugin for Linode.
|
short_description: Ansible dynamic inventory plugin for Linode.
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
|
|
Loading…
Reference in a new issue