some new lines
This commit is contained in:
parent
324992a13e
commit
1129079627
@ -132,7 +132,7 @@ module Devops
|
||||
cmd << " 2>&1"
|
||||
|
||||
@out << "\nWaiting for SSH..."
|
||||
@out << "Test command: '#{cmd}'\n"
|
||||
@out << "\nTest command: '#{cmd}'\n"
|
||||
@out.flush
|
||||
|
||||
retries_amount = 0
|
||||
|
||||
@ -151,7 +151,7 @@ module Provider
|
||||
s.public_ip = details["ipAddress"]
|
||||
s.private_ip = details["privateIpAddress"]
|
||||
tags = set_server_tags(s)
|
||||
out << "Server tags: #{tags.inspect}\n"
|
||||
out << "\nServer tags: #{tags.inspect}\n"
|
||||
out << "\nDone\n\n"
|
||||
out << s.info
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user