mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Checked again with YAML Checker and Pep8 checker (#26786)
This commit is contained in:
parent
f5e9d19af7
commit
7098735fdf
1 changed files with 4 additions and 1 deletions
|
@ -78,8 +78,11 @@ options:
|
||||||
deviceType:
|
deviceType:
|
||||||
description:
|
description:
|
||||||
- This specifies the type of device where the method is executed.
|
- 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
|
required: Yes
|
||||||
default: null
|
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
|
version_added: 2.3
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue