Logging root password
This commit is contained in:
parent
30f8fee402
commit
2a3a35334a
|
@ -35,6 +35,8 @@ func (s *StepGetRootPassword) getRootPassword(serverInstanceNo string, privateKe
|
|||
return "", err
|
||||
}
|
||||
|
||||
s.Say(fmt.Sprintf("Root password is %s", rootPassword.RootPassword))
|
||||
|
||||
return rootPassword.RootPassword, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue