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 f206267 commit 36db1f5Copy full SHA for 36db1f5
ansible/kayobe-automation-run-tempest.yml
@@ -6,7 +6,7 @@
6
results_path_local: "{{ lookup('env', 'PWD') }}"
7
rally_image: 'stackhpc/docker-rally'
8
rally_tag: latest
9
- rally_image_full: "{{ rally_image }}:{{ rally_tag }}"
+ rally_image_full: "{{ rally_docker_registry }}/{{ rally_image }}:{{ rally_tag }}"
10
rally_no_sensitive_log: true
11
# This ensures you get the latest image if the image is updated
12
# and the tag isn't e.g when using the latest tag.
@@ -47,7 +47,7 @@
47
48
- name: Ensure rally image exists on runner
49
docker_image:
50
- name: "{{ rally_docker_registry }}/{{ rally_image_full }}"
+ name: "{{ rally_image_full }}"
51
state: present
52
force_source: "{{ rally_force_pull | bool }}"
53
source: pull
0 commit comments