Merge "Update uuid to id in node_info to match module change"

This commit is contained in:
Zuul 2025-02-03 16:34:30 +00:00 committed by Gerrit Code Review
commit db2ba1a7b5

View File

@ -38,7 +38,7 @@
- name: "Set UUID from Ironic"
set_fact:
uuid: "{{ node_info.baremetal_nodes[0].uuid }}"
uuid: "{{ node_info.baremetal_nodes[0].id }}"
when:
- uuid is undefined
- name is defined