diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-13 14:41:10 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-22 08:49:24 +0200 |
commit | 6e8f21c46fcd1aca7b9addb7384c08041480cb1a (patch) | |
tree | 527b03e92a5be2f8953e004e6c83bbcd52aa8b0c /ansible/test/roles | |
parent | a9fa654a7260c84a9035a7d0781d99aa85420404 (diff) |
[ANSIBLE 3.2.0] Upgrade 'nexus' role's tasks to ansible 3.2.0
Change-Id: Ibeaea4b3b627c356521b4c847d56eeb922a8cca1
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/roles')
-rw-r--r-- | ansible/test/roles/prepare-nexus/tasks/main.yml | 1 |
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 |