mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
ovirt: Require SDK v4.3.0 (#54385)
This commit is contained in:
parent
e8cddfd452
commit
bfc6a2a8d6
4 changed files with 8 additions and 8 deletions
|
@ -48,9 +48,9 @@ options:
|
|||
required: true
|
||||
requirements:
|
||||
- python >= 2.7
|
||||
- ovirt-engine-sdk-python >= 4.2.4
|
||||
- ovirt-engine-sdk-python >= 4.3.0
|
||||
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.2.4"
|
||||
pip: name=ovirt-engine-sdk-python version=4.3.0"
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue