mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
cloud: ovirt: add note that modules works with RHV as well (#23808)
This commit is contained in:
parent
4594bee65a
commit
13c2c292f2
40 changed files with 159 additions and 159 deletions
|
@ -27,11 +27,11 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ovirt_nics_facts
|
||||
short_description: Retrieve facts about one or more oVirt virtual machine network interfaces
|
||||
short_description: Retrieve facts about one or more oVirt/RHV virtual machine network interfaces
|
||||
author: "Ondra Machacek (@machacekondra)"
|
||||
version_added: "2.3"
|
||||
description:
|
||||
- "Retrieve facts about one or more oVirt virtual machine network interfaces."
|
||||
- "Retrieve facts about one or more oVirt/RHV virtual machine network interfaces."
|
||||
notes:
|
||||
- "This module creates a new top-level C(ovirt_nics) fact, which
|
||||
contains a list of NICs."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue