Skip to content

Commit 38df5be

Browse files
authored
Fix test for oVirt master (#133)
the ovirt-imageio-proxy requires latest python-libs because it uses new features from ssl module.
1 parent 8f17803 commit 38df5be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/containers-deploy.yml

+8
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@
77
provision_docker_inventory_group: "{{ groups['remote-db'] }}"
88
- role: provision_docker
99
provision_docker_inventory_group: "{{ groups['engine'] }}"
10+
11+
- name: "Update python because of ovirt-imageio-proxy"
12+
hosts: engine
13+
tasks:
14+
- name: Update python
15+
yum:
16+
name: python-libs
17+
state: latest

0 commit comments

Comments
 (0)