mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Removing _cnos from all new devices added (#27101)
This commit is contained in:
parent
857726e6b1
commit
7c65272e2d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue