Skip to content

Commit

Permalink
Remove ANSIBLE_METADATA
Browse files Browse the repository at this point in the history
  • Loading branch information
odyssey4me committed Aug 18, 2020
1 parent 90946b1 commit 19e73a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions plugins/modules/virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
---
Expand Down
5 changes: 0 additions & 5 deletions plugins/modules/virt_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}


DOCUMENTATION = '''
---
module: virt_net
Expand Down
5 changes: 0 additions & 5 deletions plugins/modules/virt_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}


DOCUMENTATION = '''
---
module: virt_pool
Expand Down

0 comments on commit 19e73a0

Please sign in to comment.