mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update virt.py
This commit is contained in:
parent
16c6cff529
commit
4e5e63ca02
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,10 @@ options:
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- "libvirt-python"
|
- "libvirt-python"
|
||||||
author: Michael DeHaan, Seth Vidal
|
author:
|
||||||
|
- "Ansible Core Team"
|
||||||
|
- "Michael DeHaan (@mpdehaan)" <michael.dehaan@gmail.com>
|
||||||
|
- "Seth Vidal (@skvidal)" <skvidal@fedoraproject.org>
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue