mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -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
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright: (c) 2015, VMware, Inc.
|
||||
# Copyright: (c) 2018, Ansible Project
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
@ -7,7 +8,6 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {
|
||||
'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
|
@ -23,8 +23,8 @@ description:
|
|||
- This module can be used for placing a ESXi host into maintenance mode.
|
||||
- Support for VSAN compliant maintenance mode when selected.
|
||||
author:
|
||||
- "Jay Jahns <jjahns@vmware.com>"
|
||||
- "Abhijeet Kasurde (@akasurde)"
|
||||
- Jay Jahns (@jjahns) <jjahns@vmware.com>
|
||||
- Abhijeet Kasurde (@akasurde)
|
||||
version_added: "2.1"
|
||||
notes:
|
||||
- Tested on vSphere 5.5, 6.0 and 6.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue