Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit d88039c

Browse files
committed
roles: make sure oVirt SDK is installed
Normally it should alrady be there as part of hosted engine setup. But let's make sure it is really there. Signed-off-by: Tomáš Golembiovský <[email protected]>
1 parent e9a2e3e commit d88039c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/install.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
state: present
3838
name: virt-v2v
3939

40+
- name: Install oVirt SDK
41+
yum:
42+
state: present
43+
name: python-ovirt-engine-sdk4
44+
4045
- name: Install virt-v2v wrapper
4146
copy:
4247
src: "virt-v2v-wrapper.py"

0 commit comments

Comments
 (0)