diff --git a/secdep.py b/secdep.py index 55a33d6..ad73591 100755 --- a/secdep.py +++ b/secdep.py @@ -1014,6 +1014,8 @@ def create_node(provider, name=None, location=None, size=None, image=None, confi console.print("[bold white]\nLocation: %s\n[/bold white]" % (location)) console.print("[bold white]\nSize: [/bold white]%s\n" % (size)) console.print("[bold white]\nImage: [/bold white]%s\n" % (image)) + if args.deploy: + console.print("[bold white]\nDocker Images to pull: [/bold white]%s\n" % (args.deploy)) console.print("Type yes if you want to confirm your choices", style="bold white") confirm = Confirm.ask("[bold white]Continue? [/bold white]") # Any input other than yes does not continue the node creation