summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/vmware/vmware_dvswitch.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/cloud/vmware/vmware_dvswitch.py')
-rw-r--r--lib/ansible/modules/cloud/vmware/vmware_dvswitch.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/ansible/modules/cloud/vmware/vmware_dvswitch.py b/lib/ansible/modules/cloud/vmware/vmware_dvswitch.py
index b4f02f7fdd..c9bbe713e0 100644
--- a/lib/ansible/modules/cloud/vmware/vmware_dvswitch.py
+++ b/lib/ansible/modules/cloud/vmware/vmware_dvswitch.py
@@ -1,18 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-# (c) 2015, Joseph Callen <jcallen () csc.com>
+# Copyright: (c) 2015, Joseph Callen <jcallen () csc.com>
# 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
__metaclass__ = type
-
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
-
DOCUMENTATION = '''
---
module: vmware_dvswitch
@@ -20,7 +18,8 @@ short_description: Create or remove a distributed vSwitch
description:
- Create or remove a distributed vSwitch
version_added: 2.0
-author: "Joseph Callen (@jcpowermac)"
+author:
+- Joseph Callen (@jcpowermac)
notes:
- Tested on vSphere 6.5
requirements: