Allow junos_config changes the candidate configuration only (#61969)

This allows junos_config to changes the candidate configuration only and
does not commit it as the active configuration at once w/ the
'check_commit' option.
pull/60569/head
Satoru SATOH 5 years ago committed by Ganesh Nalawade
parent 7b28960ebe
commit 483e76ee58

@ -448,7 +448,8 @@ def main():
if diff: if diff:
if commit: if commit:
kwargs = { kwargs = {
'comment': module.params['comment'] 'comment': module.params['comment'],
'check': module.params['check_commit']
} }
confirm = module.params['confirm'] confirm = module.params['confirm']

Loading…
Cancel
Save