Skip to content

Commit 67cc6af

Browse files
committed
Fix syntax error in drac-pxe role
Probably the result of a copy-paste from an earlier line in the file. Change-Id: I852e945ae2e6261f8b9a549fbba75adc450459c6 (cherry picked from commit 9b805ad)
1 parent d016fd2 commit 67cc6af

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)