We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57c2e3 commit 93d566eCopy full SHA for 93d566e
tests/containers-deploy.yml
@@ -9,8 +9,10 @@
9
provision_docker_inventory_group: "{{ groups['engine'] }}"
10
11
- name: "Update python because of ovirt-imageio-proxy"
12
- hosts: engine
+ hosts: engine remote-db
13
tasks:
14
+ - setup: !!map{} # NOTE: executed in order to load facts about containers
15
+ # important for test-promote-db-local-to-remote.yml
16
- name: Update python
17
yum:
18
name: python-libs
0 commit comments