mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
# Copyright (c) 2018 Ansible Project
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright: (c) 2018, Ansible Project
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
@@ -22,7 +24,7 @@ description:
|
||||
- All parameters and VMware object names are case sensitive.
|
||||
version_added: '2.5'
|
||||
author:
|
||||
- Ludovic Rivallain <ludovic.rivallain@gmail.com> @lrivallain
|
||||
- Ludovic Rivallain (@lrivallain) <ludovic.rivallain@gmail.com>
|
||||
notes:
|
||||
- Tested on vSphere 6.0 and 6.5
|
||||
requirements:
|
||||
|
||||
Reference in New Issue
Block a user