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