Skip to content

Commit

Permalink
fix for test-promote-db-local-to-remote.yml - load all containers facts
Browse files Browse the repository at this point in the history
  • Loading branch information
leistnerova committed Oct 12, 2017
1 parent e57c2e3 commit 532616e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/containers-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
provision_docker_inventory_group: "{{ groups['engine'] }}"

- name: "Update python because of ovirt-imageio-proxy"
hosts: engine
hosts: engine remote-db
tasks:
- setup: !!map {} # NOTE: executed in order to load facts about containers
# important for test-promote-db-local-to-remote.yml
- name: Update python
yum:
name: python-libs
Expand Down

0 comments on commit 532616e

Please sign in to comment.