DNS_PROBE_FINISHED_NXDOMAIN

This commit is contained in:
2023-09-09 00:06:38 +03:00
parent 9254f079f0
commit 0c67979ff5

View File

@@ -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