From 026ab290394620eff36e283522e62b6d28709be9 Mon Sep 17 00:00:00 2001 From: George Stykalin Date: Wed, 15 May 2024 20:52:52 +0300 Subject: [PATCH] add docker building in pipeline --- README.md | 2 +- internal/kubespray/utility.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0e357f..0723de2 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ ```shell docker run -v $(pwd)/config.yaml:/application/config.yaml \ -v $(pwd)/id_rsa:/root/.ssh/id_rsa \ - -v $(pwd)/config:/root/.ssh/config apply + -v $(pwd)/config:/root/.ssh/config harbor.kvazaric.ru/kube-forge/kube-forge:1.0-5dcd4a83 apply ``` diff --git a/internal/kubespray/utility.go b/internal/kubespray/utility.go index 327c82e..4b0aa63 100644 --- a/internal/kubespray/utility.go +++ b/internal/kubespray/utility.go @@ -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()),