Skip to content

Commit d99746e

Browse files
authored
Merge pull request #429 from stackhpc/upstream/2025.1-2025-06-02
Synchronise 2025.1 with upstream
2 parents 1b7a9e8 + 67cc6af commit d99746e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/drac-pxe/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
- name: Set a fact containing the UEFI PXE interface
116116
set_fact:
117-
current_pxe_interface: "{{ result.stdout_lines[-1].partition('=')[2]}] }}"
117+
current_pxe_interface: "{{ result.stdout_lines[-1].partition('=')[2] }}"
118118
required_pxe_interface: "{{ 'NIC.Integrated.1-' ~ drac_pxe_interface ~ '-1' }}"
119119

120120
- name: Fail if there are pending UEFI PXE interface changes

0 commit comments

Comments
 (0)