diff --git a/internal/space_worker/restore.go b/internal/space_worker/restore.go index 6f6fad6..0f030a9 100644 --- a/internal/space_worker/restore.go +++ b/internal/space_worker/restore.go @@ -38,6 +38,7 @@ func (app *SpaceWorker) Restore(targetHost string, timestamp string, inventory s app.log.Info(fmt.Sprintf("Target Host: %s", host)) app.log.Info("Pre restore Ansible") + app.log.Debug(fmt.Sprintf("ansible command line: %s", command.Args)) err = command.Run() if err != nil { return err