parent
5f0815d7f4
commit
f7cf96e1a6
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ def load_config(module, result):
|
|||
def rollback_config(module, result):
|
||||
rollback = module.params['rollback']
|
||||
|
||||
kwargs = dict(comment=module.param['comment'],
|
||||
kwargs = dict(comment=module.params['comment'],
|
||||
commit=not module.check_mode)
|
||||
|
||||
diff = module.connection.rollback_config(rollback, **kwargs)
|
||||
|
|
Loading…
Reference in a new issue