mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Re-raise the catched exception after rollback
This commit is contained in:
parent
ef1ab7692a
commit
bb680b28c5
1 changed files with 1 additions and 0 deletions
|
@ -98,3 +98,4 @@ def run(args):
|
|||
# Run the rollback tasklist
|
||||
rollback_tasklist.run(info=bootstrap_info, dry_run=args.dry_run)
|
||||
log.info('Successfully completed rollback')
|
||||
raise e
|
||||
|
|
Loading…
Add table
Reference in a new issue