From 7c65272e2d88f730c985d02963582b8283da446b Mon Sep 17 00:00:00 2001 From: Anil Kumar Muraleedharan Date: Fri, 21 Jul 2017 01:04:08 +0530 Subject: [PATCH] Removing _cnos from all new devices added (#27101) --- lib/ansible/utils/module_docs_fragments/cnos.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/utils/module_docs_fragments/cnos.py b/lib/ansible/utils/module_docs_fragments/cnos.py index 897cedfac87..f9e9cd8e8b9 100644 --- a/lib/ansible/utils/module_docs_fragments/cnos.py +++ b/lib/ansible/utils/module_docs_fragments/cnos.py @@ -78,11 +78,11 @@ options: deviceType: description: - This specifies the type of device where the method is executed. - The choices NE1072T_cnos,NE1032_cnos,NE1032T_cnos,NE10032_cnos, - NE2572_cnos are added since version 2.4 + The choices NE1072T,NE1032,NE1032T,NE10032, + NE2572 are added since version 2.4 required: Yes default: null - choices: [g8272_cnos,g8296_cnos,g8332_cnos,NE1072T_cnos,NE1032_cnos, - NE1032T_cnos,NE10032_cnos,NE2572_cnos] + choices: [g8272_cnos,g8296_cnos,g8332_cnos,NE1072T,NE1032, + NE1032T,NE10032,NE2572] version_added: 2.3 '''