Skip to content

Commit 93d566e

Browse files
committed
fix for test-promote-db-local-to-remote.yml - load all containers facts
1 parent e57c2e3 commit 93d566e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/containers-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
provision_docker_inventory_group: "{{ groups['engine'] }}"
1010

1111
- name: "Update python because of ovirt-imageio-proxy"
12-
hosts: engine
12+
hosts: engine remote-db
1313
tasks:
14+
- setup: !!map{} # NOTE: executed in order to load facts about containers
15+
# important for test-promote-db-local-to-remote.yml
1416
- name: Update python
1517
yum:
1618
name: python-libs

0 commit comments

Comments
 (0)