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"