Merge "Update uuid
to id
in node_info to match module change"
This commit is contained in:
commit
db2ba1a7b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user