Skip to content

Commit

Permalink
Merge pull request #2185 from abhishek-sa1/devel-1.4.3.1
Browse files Browse the repository at this point in the history
Issue #2182: intel utility fix
  • Loading branch information
sujit-jadhav authored Oct 9, 2023
2 parents c090872 + 66442ec commit f88631b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: Downloading intel packages
block:
- name: Download intel packages(This might take 10-15 minutes)
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 }}"
changed_when: true
with_items: "{{ intel_packages }}"
rescue:
Expand Down

0 comments on commit f88631b

Please sign in to comment.