From d53b52d5283c77157b94b351c44bf31feb6c1c41 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Thu, 15 Sep 2016 13:22:45 +0200 Subject: [PATCH] Fixing module name --- lib/ansible/modules/network/nxos/nxos_vtp_domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_vtp_domain.py b/lib/ansible/modules/network/nxos/nxos_vtp_domain.py index d833eaedb6..83449e0ab6 100644 --- a/lib/ansible/modules/network/nxos/nxos_vtp_domain.py +++ b/lib/ansible/modules/network/nxos/nxos_vtp_domain.py @@ -17,7 +17,7 @@ # DOCUMENTATION = ''' --- -module: nxos_vtp +module: nxos_vtp_domain version_added: "2.2" short_description: Manages VTP domain configuration. description: