mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright IBM Corp. 2016
|
||||
# Copyright: (c) 2016, IBM Corp
|
||||
# Author(s): Andreas Nafpliotis <nafpliot@de.ibm.com>
|
||||
#
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
@ -24,7 +24,8 @@ short_description: Manage local users on an ESXi host
|
|||
description:
|
||||
- Manage local users on an ESXi host
|
||||
version_added: "2.2"
|
||||
author: Andreas Nafpliotis
|
||||
author:
|
||||
- Andreas Nafpliotis (@nafpliot-ibm)
|
||||
notes:
|
||||
- Tested on ESXi 6.0
|
||||
- Be sure that the ESXi user used for login, has the appropriate rights to create / delete / edit users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue