Skip to content

Commit

Permalink
Fix the parameter name 'site_name_hierarchy' in the failed log message (
Browse files Browse the repository at this point in the history
  • Loading branch information
madhansansel authored Dec 13, 2024
2 parents 91a646e + 1dcffaf commit 9f44368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/sda_fabric_sites_zones_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def get_want(self, config):

if not site_name:
self.msg = (
"Required parameter 'site_name' is missing. It must be provided in the playbook for fabric site/zone "
"Required parameter 'site_name_hierarchy' is missing. It must be provided in the playbook for fabric site/zone "
"operations in Cisco Catalyst Center."
)
self.set_operation_result("failed", False, self.msg, "ERROR").check_return_status()
Expand Down

0 comments on commit 9f44368

Please sign in to comment.