From a1bfdda1abbaa864b6dcc3034f6d7feffb329c7b Mon Sep 17 00:00:00 2001 From: Allen Robel Date: Fri, 29 Apr 2022 15:13:49 -1000 Subject: [PATCH] fix typo switch -> vrf --- roles/ndfc_vrf_list_by_fabric_rest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ndfc_vrf_list_by_fabric_rest/README.md b/roles/ndfc_vrf_list_by_fabric_rest/README.md index fc2badb..ffa4aed 100644 --- a/roles/ndfc_vrf_list_by_fabric_rest/README.md +++ b/roles/ndfc_vrf_list_by_fabric_rest/README.md @@ -2,7 +2,7 @@ Retrieve list of VRFs in fabric ``fabric_name`` -Returns JSON object ``info`` which will be a list of switch dictionaries +Returns JSON object ``info`` which will be a list of vrf dictionaries if the GET request succeeded, or an empty list if the GET request failed. ### Role Variables