Skip to content

Commit

Permalink
Update junos_config.py (#62221)
Browse files Browse the repository at this point in the history
Add the commands alias to match UX of IOS, EOS etc.
  • Loading branch information
termlen0 authored and ganeshrn committed Sep 13, 2019
1 parent 1c3effe commit 991b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/junos/junos_config.py
Expand Up @@ -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']),
Expand Down

0 comments on commit 991b865

Please sign in to comment.