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 1b7a9e8 + 67cc6af commit d99746eCopy full SHA for d99746e
ansible/roles/drac-pxe/tasks/main.yml
@@ -114,7 +114,7 @@
114
115
- name: Set a fact containing the UEFI PXE interface
116
set_fact:
117
- current_pxe_interface: "{{ result.stdout_lines[-1].partition('=')[2]}] }}"
+ current_pxe_interface: "{{ result.stdout_lines[-1].partition('=')[2] }}"
118
required_pxe_interface: "{{ 'NIC.Integrated.1-' ~ drac_pxe_interface ~ '-1' }}"
119
120
- name: Fail if there are pending UEFI PXE interface changes
0 commit comments