mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
ovirt: Require Python SDK 4.2.4 for Ansible 2.5 (#35841)
This commit is contained in:
committed by
Ryan Brown
parent
7d4a2de66a
commit
dcd1c40e66
@@ -68,7 +68,7 @@ options:
|
||||
default: 3
|
||||
requirements:
|
||||
- python >= 2.7
|
||||
- ovirt-engine-sdk-python >= 4.0.0
|
||||
- ovirt-engine-sdk-python >= 4.2.4
|
||||
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:
|
||||
|
||||
@@ -56,7 +56,7 @@ options:
|
||||
- "C(headers) - Dictionary of HTTP headers to be added to each API call."
|
||||
requirements:
|
||||
- python >= 2.7
|
||||
- ovirt-engine-sdk-python >= 4.0.0
|
||||
- ovirt-engine-sdk-python >= 4.2.4
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user