Run command Manager. print log and run playbook executor.
(ctx context.Context)
| 37 | |
| 38 | // Run command Manager. print log and run playbook executor. |
| 39 | func (m *commandManager) Run(ctx context.Context) error { |
| 40 | return executor.NewPlaybookExecutor(ctx, m.Client, m.Playbook, m.logOutput).Exec(ctx) |
| 41 | } |
nothing calls this directly
no test coverage detected