From d435aca86eb79504ed2567dee08d9c60c30c883e Mon Sep 17 00:00:00 2001 From: GGabriele Date: Thu, 15 Sep 2016 13:19:53 +0200 Subject: [PATCH] Adding missing version_added --- lib/ansible/modules/network/nxos/nxos_vtp_domain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/network/nxos/nxos_vtp_domain.py b/lib/ansible/modules/network/nxos/nxos_vtp_domain.py index 2e4d33a9c53..d833eaedb63 100644 --- a/lib/ansible/modules/network/nxos/nxos_vtp_domain.py +++ b/lib/ansible/modules/network/nxos/nxos_vtp_domain.py @@ -18,6 +18,7 @@ DOCUMENTATION = ''' --- module: nxos_vtp +version_added: "2.2" short_description: Manages VTP domain configuration. description: - Manages VTP domain configuration.