ovirt: Require SDK v4.3.0 (#54385)

This commit is contained in:
Ondra Machacek 2019-03-26 15:00:27 +01:00 committed by John R Barker
parent e8cddfd452
commit bfc6a2a8d6
4 changed files with 8 additions and 8 deletions

View file

@ -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"
'''