From 2be5ad4f08b9421f47e6c1770e3af3fefa9a34eb Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 5 Jan 2018 08:28:53 +0000 Subject: [PATCH] deprecation dict not live yet (#34493) --- lib/ansible/modules/network/nxos/_nxos_switchport.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/nxos/_nxos_switchport.py b/lib/ansible/modules/network/nxos/_nxos_switchport.py index 2b045c307e8..d736d97b87b 100644 --- a/lib/ansible/modules/network/nxos/_nxos_switchport.py +++ b/lib/ansible/modules/network/nxos/_nxos_switchport.py @@ -25,9 +25,7 @@ DOCUMENTATION = ''' module: nxos_switchport extends_documentation_fragment: nxos version_added: "2.1" -deprecated: - version: 2.5 - alternative: Use M(nxos_l2_interface) instead. +deprecated: Use M(nxos_l2_interface) instead. short_description: Manages Layer 2 switchport interfaces. description: - Manages Layer 2 interfaces