summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test/roles')
-rw-r--r--ansible/test/roles/prepare-nexus/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/test/roles/prepare-nexus/tasks/main.yml b/ansible/test/roles/prepare-nexus/tasks/main.yml
index 951bc28e..0c5994dc 100644
--- a/ansible/test/roles/prepare-nexus/tasks/main.yml
+++ b/ansible/test/roles/prepare-nexus/tasks/main.yml
@@ -24,6 +24,7 @@
name: "{{ item.name }}"
tag: "{{ item.tag | default('latest') }}" # Tag given in 'name' has precedence over the one declared here
archive_path: "{{ item.archive_path }}"
+ source: pull
loop: "{{ prepare_nexus_images }}"
- name: Copy docker images to node