Update junos_config.py (#62221)

Add the commands alias to match UX of IOS, EOS etc.
This commit is contained in:
Ajay Chenampara 2019-09-13 01:34:36 -04:00 committed by Ganesh Nalawade
parent 1c3effe92e
commit 991b865cb6

View file

@ -371,7 +371,7 @@ def main():
dir_path=dict(type='path')
)
argument_spec = dict(
lines=dict(type='list'),
lines=dict(aliases=['commands'], type='list'),
src=dict(type='path'),
src_format=dict(choices=['xml', 'text', 'set', 'json']),