diff --git a/internal/space_worker/space_worker.go b/internal/space_worker/space_worker.go index df22897..2714c9c 100644 --- a/internal/space_worker/space_worker.go +++ b/internal/space_worker/space_worker.go @@ -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 { diff --git a/target/playbookctl b/target/playbookctl index 12c8e4a..982aab9 100755 Binary files a/target/playbookctl and b/target/playbookctl differ