From 7098735fdfa081bce02564d11f7e1f13fb5bfd4f Mon Sep 17 00:00:00 2001 From: Anil Kumar Muraleedharan Date: Tue, 18 Jul 2017 17:41:21 +0530 Subject: [PATCH] Checked again with YAML Checker and Pep8 checker (#26786) --- lib/ansible/utils/module_docs_fragments/cnos.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/cnos.py b/lib/ansible/utils/module_docs_fragments/cnos.py index 913f1311ef..897cedfac8 100644 --- a/lib/ansible/utils/module_docs_fragments/cnos.py +++ b/lib/ansible/utils/module_docs_fragments/cnos.py @@ -78,8 +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 required: Yes default: null - choices: [g8272_cnos,g8296_cnos,g8332_cnos] + choices: [g8272_cnos,g8296_cnos,g8332_cnos,NE1072T_cnos,NE1032_cnos, + NE1032T_cnos,NE10032_cnos,NE2572_cnos] version_added: 2.3 '''