mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Add log message to indicate a successful completion of all tasks
This commit is contained in:
parent
5dd8c27c6a
commit
be387673c0
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ def run(args):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
tasklist.run(bootstrap_info)
|
tasklist.run(bootstrap_info)
|
||||||
|
log.info('Successfully completed bootstrapping')
|
||||||
except (Exception, KeyboardInterrupt) as e:
|
except (Exception, KeyboardInterrupt) as e:
|
||||||
log.exception(e)
|
log.exception(e)
|
||||||
log.error('Rolling back')
|
log.error('Rolling back')
|
||||||
|
|
Loading…
Add table
Reference in a new issue