Skip to content

Commit f88631b

Browse files
authored
Merge pull request #2185 from abhishek-sa1/devel-1.4.3.1
Issue #2182: intel utility fix
2 parents c090872 + 66442ec commit f88631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/roles/intel_benchmark/tasks/intel_repo_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- name: Downloading intel packages
2424
block:
2525
- name: Download intel packages(This might take 10-15 minutes)
26-
ansible.builtin.command: dnf download {{ item }} --resolve --alldeps --destdir="{{ omnia_common_xcat_repo }}"
26+
ansible.builtin.command: dnf download {{ item }} -y --resolve --alldeps --destdir="{{ omnia_common_xcat_repo }}"
2727
changed_when: true
2828
with_items: "{{ intel_packages }}"
2929
rescue:

0 commit comments

Comments
 (0)