Skip to content

Commit d36e9cf

Browse files
Suman Kumar SumanSuman Kumar Suman
authored andcommitted
Update module name
1 parent 5bfa680 commit d36e9cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

discovery/roles/discovery_mechanism/oim/tasks/update_idrac_group_csv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}}
2525
2626
- name: Update BMC entries with group details in CSV
27-
update_idrac_ip_entry:
27+
update_bmc_group_entry:
2828
csv_path: "{{ bmc_group_csv_path }}"
2929
nodes: "{{ non_service_oim_nodes }}"
3030
bmc_username: "{{ bmc_username }}"

utils/roles/node_deletion/delete_node/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
label: "{{ item.key }}"
164164

165165
- name: Update BMC entries with group details in CSV
166-
update_idrac_ip_entry:
166+
update_bmc_group_entry:
167167
csv_path: "{{ bmc_group_csv_path }}"
168168
nodes: "{{ valid_nodes }}"
169169
delete: true

0 commit comments

Comments
 (0)