Skip to content

Commit

Permalink
corrected variable dict
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed Mar 23, 2024
1 parent c4c26b9 commit 4ffe6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
baremetal_nic: "{{ node_item.bm_nic }}"
hardware_profile: "default"
poweroff: true
loop: "{{ deploying_master_nodes_content }}"
loop: "{{ deploying_master_nodes_content['nodes'] }}"
loop_control:
index_var: node_index
loop_var: node_item
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
baremetal_nic: "{{ node_item.bm_nic }}"
hardware_profile: "unknown"
poweroff: true
loop: "{{ deploying_worker_nodes_content }}"
loop: "{{ deploying_worker_nodes_content['nodes'] }}"
loop_control:
index_var: node_index
loop_var: node_item

0 comments on commit 4ffe6a4

Please sign in to comment.