Skip to content

Commit

Permalink
Use ndfc_rest_config_deploy
Browse files Browse the repository at this point in the history
No need to use ndfc_rest_config_deploy_all here since we're deleting a single device.
  • Loading branch information
allenrobel committed Aug 12, 2022
1 parent a215b7d commit 0ddf52d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/ndfc_device_deleted/tasks/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
when: "device_serial_number != ''"

- ansible.builtin.include_role:
name: ndfc_rest_config_deploy_all
name: ndfc_rest_config_deploy
vars:
device_name: "{{ item.name }}"
fabric_name: "{{ item.fabric }}"

0 comments on commit 0ddf52d

Please sign in to comment.