mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Junos provider readd (#21869)
* Restore `provider` to junos_* Fixes #21824 Fixes #21824 Fixes #21827 * Fix `confirm_timeout` related errors * Fix glaring issues with _junos_template
This commit is contained in:
parent
85fc930066
commit
d9d2e6deb6
5 changed files with 32 additions and 17 deletions
|
@ -205,7 +205,7 @@ def load_config(module, config, commit=False, comment=None,
|
|||
cmd = 'commit'
|
||||
if commit:
|
||||
cmd = 'commit confirmed'
|
||||
if commit_timeout:
|
||||
if confirm_timeout:
|
||||
cmd +' %s' % confirm_timeout
|
||||
if comment:
|
||||
cmd += ' comment "%s"' % comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue