add docker building in pipeline

This commit is contained in:
2024-05-15 20:52:52 +03:00
parent 5dcd4a837b
commit 026ab29039
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ func runPlaybook(playbookPath string, tags string) {
playbook.WithPlaybooks(playbookPath),
playbook.WithPlaybookOptions(&playbookOptions),
)
exec := stdoutcallback.NewDenseStdoutCallbackExecute(
exec := stdoutcallback.NewDebugStdoutCallbackExecute(
execute.NewDefaultExecute(
execute.WithCmd(playbookCmd),
execute.WithErrorEnrich(playbook.NewAnsiblePlaybookErrorEnrich()),