mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
ovirt: Add support to diff (#20698)
* cloud: ovirt: Add diff support to * cloud: ovirt: Add ability to print nested list of objects * cloud: ovirt: Fix waiting while reinstalling host * cloud: ovirt: fix ovirt_vms 404 error * cloud: ovirt: add check_mode support to ovirt_auth module
This commit is contained in:
parent
6ca5fb49c3
commit
ee7f1cde0e
5 changed files with 118 additions and 56 deletions
|
@ -69,5 +69,5 @@ requirements:
|
|||
notes:
|
||||
- "In order to use this module you have to install oVirt Python SDK.
|
||||
To ensure it's installed with correct version you can create the following task:
|
||||
pip: name=ovirt-engine-sdk-python version=4.0.0"
|
||||
I(pip: name=ovirt-engine-sdk-python version=4.0.0)"
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue