mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Changes to author formatting, remove emails
This commit is contained in:
committed by
Matt Clay
parent
f98648bf6f
commit
c65a612d1f
@@ -20,7 +20,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ovirt
|
||||
author: '"Vincent Van der Kussen (@vincentvdk)" <vincent at vanderkussen.org>'
|
||||
author: "Vincent Van der Kussen (@vincentvdk)"
|
||||
short_description: oVirt/RHEV platform management
|
||||
description:
|
||||
- allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform
|
||||
|
||||
@@ -60,8 +60,8 @@ requirements:
|
||||
- "libvirt-python"
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- '"Michael DeHaan (@mpdehaan)" <michael.dehaan@gmail.com>'
|
||||
- '"Seth Vidal (@skvidal)" <skvidal@fedoraproject.org>'
|
||||
- "Michael DeHaan"
|
||||
- "Seth Vidal"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user