Skip to content

Commit 75091c4

Browse files
authored
Merge pull request #777 from redhatci/dell_redfish
Fix name to reflect the right version covered
2 parents 87bc0e3 + 505466a commit 75091c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/vendors/dell/tasks/iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
ansible.builtin.include_tasks: ./iso_idrac.yml
2323
when: drac_version.stdout | int <= 13
2424

25-
- name: Using iDRAC ISO method for 13G and below
25+
- name: Using Redfish ISO method for 14G and above
2626
ansible.builtin.include_tasks: ./iso_redfish.yml
2727
when: drac_version.stdout | int > 13

0 commit comments

Comments
 (0)