Skip to content

Commit

Permalink
Corrected the documentation when the 'borders_settings' is not found …
Browse files Browse the repository at this point in the history
…in the playbook (#63)
  • Loading branch information
madhansansel authored Dec 12, 2024
2 parents 8ef09b5 + 595bfd6 commit 0ede1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/sda_fabric_devices_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,7 @@ def get_device_params(self, fabric_id, network_id, device_details, config_index)
if not borders_settings:
if not have_border_settings:
self.msg = (
"The parameter 'border_settings' is mandatory when the 'device_roles' has 'BORDER_NODE' "
"The parameter 'borders_settings' is mandatory when the 'device_roles' has 'BORDER_NODE' "
"for the device {ip}.".format(ip=device_ip)
)
self.status = "failed"
Expand Down

0 comments on commit 0ede1f0

Please sign in to comment.