WIP
This commit is contained in:
@@ -201,6 +201,8 @@ func (app *SpaceWorker) Install(generateOnly bool, targetHost string, roles ...s
|
||||
command.Stdout = os.Stdout
|
||||
command.Stderr = os.Stderr
|
||||
|
||||
app.log.Info(fmt.Sprintf("Target Host: %s", host))
|
||||
|
||||
if generateOnly {
|
||||
fmt.Println(strings.Join(command.Args, " "))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user