mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 04:30:22 -07:00
Clean up VMware BOTMETA and author/license info (#36873)
* Clean up vmware BOTMETA This removes everything that's already part of the module docs. So basically the BOTMETA file only extends the information from the module. * Updated author information and copyright statement
This commit is contained in:
parent
9deef5626f
commit
858d10a91a
58 changed files with 107 additions and 168 deletions
|
@ -9,14 +9,12 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {
|
||||
'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'supported_by': 'community'
|
||||
}
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: vmware_dvs_host
|
||||
|
@ -25,8 +23,8 @@ description:
|
|||
- Manage a host system from distributed virtual switch.
|
||||
version_added: 2.0
|
||||
author:
|
||||
- "Joseph Callen (@jcpowermac)"
|
||||
- "Abhijeet Kasurde (@akasurde)"
|
||||
- Joseph Callen (@jcpowermac)
|
||||
- Abhijeet Kasurde (@akasurde)
|
||||
notes:
|
||||
- Tested on vSphere 5.5
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue