Skip to content

Commit 8fd8a23

Browse files
Changed Fail Message on plugins/modules/aci_bulk_static_binding_to_epg.py
Co-authored-by: Akini Ross <akinross@cisco.com>
1 parent e4773ba commit 8fd8a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/modules/aci_bulk_static_binding_to_epg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ def main():
10491049
epg_inner = binding.get("epg")
10501050

10511051
if tenant_inner is None or ap_inner is None or epg_inner is None:
1052-
aci.fail_json(msg=f"Tenant:{tenant_inner} AP:{ap_inner} EPG{epg_inner} needs to be provided together!")
1052+
aci.fail_json(msg=f"Tenant:{tenant_inner} AP:{ap_inner} EPG: {epg_inner} needs to be provided together!")
10531053

10541054
module_description_inner = binding.get("description")
10551055
module_encap_id_inner = binding.get("encap_id")

0 commit comments

Comments
 (0)