diff options
Diffstat (limited to 'ansible/roles/nexus/tasks/runtime-populate.yml')
-rw-r--r-- | ansible/roles/nexus/tasks/runtime-populate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/nexus/tasks/runtime-populate.yml b/ansible/roles/nexus/tasks/runtime-populate.yml index ac947ec7..2d90bf22 100644 --- a/ansible/roles/nexus/tasks/runtime-populate.yml +++ b/ansible/roles/nexus/tasks/runtime-populate.yml @@ -8,4 +8,4 @@ # WA: block of tasks cant be executed in iterations # need to iterate over those tasks in include - include: "insert-images.yml" - with_items: "{{ tar_images.files }}" + loop: "{{ tar_images.files }}" |