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.
uuid
id
2 parents 196a587 + e641f7e commit db2ba1aCopy full SHA for db2ba1a
playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml
@@ -38,7 +38,7 @@
38
39
- name: "Set UUID from Ironic"
40
set_fact:
41
- uuid: "{{ node_info.baremetal_nodes[0].uuid }}"
+ uuid: "{{ node_info.baremetal_nodes[0].id }}"
42
when:
43
- uuid is undefined
44
- name is defined
0 commit comments