From 595bfd6962ad9e6a4010caea838c94caf710a056 Mon Sep 17 00:00:00 2001 From: MUTHU-RAKESH-27 <19cs127@psgitech.ac.in> Date: Thu, 12 Dec 2024 14:46:29 +0530 Subject: [PATCH] Corrected the documentation when the 'borders_settings' is not found in the playboo' --- plugins/modules/sda_fabric_devices_workflow_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/sda_fabric_devices_workflow_manager.py b/plugins/modules/sda_fabric_devices_workflow_manager.py index 94c6330bb..1e4ee0cc4 100644 --- a/plugins/modules/sda_fabric_devices_workflow_manager.py +++ b/plugins/modules/sda_fabric_devices_workflow_manager.py @@ -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"