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.
2 parents c090872 + 66442ec commit f88631bCopy full SHA for f88631b
benchmarks/roles/intel_benchmark/tasks/intel_repo_config.yml
@@ -23,7 +23,7 @@
23
- name: Downloading intel packages
24
block:
25
- name: Download intel packages(This might take 10-15 minutes)
26
- ansible.builtin.command: dnf download {{ item }} --resolve --alldeps --destdir="{{ omnia_common_xcat_repo }}"
+ ansible.builtin.command: dnf download {{ item }} -y --resolve --alldeps --destdir="{{ omnia_common_xcat_repo }}"
27
changed_when: true
28
with_items: "{{ intel_packages }}"
29
rescue:
0 commit comments