Marc Brugger

Results 63 comments of Marc Brugger

@fiftin If you added the env var `cmd.Env = append(cmd.Env, "ANSIBLE_FORCE_COLOR=True")` here, you would have colorized output. https://github.com/ansible-semaphore/semaphore/blob/develop/lib/AnsiblePlaybook.go#L27 If you have the color coded output, you perhaps could render it...

I created a PR with a possible implementation: https://github.com/ansible-semaphore/semaphore/pull/887

I was trying this when implementing the auto-initialize. The issue was to handle the port change in the same process, therefore I decided to skip it since when running in...

Hi @gawainXX 1. adguardhome-sync is built as a static binary, therefore you do not need go to be installed. 2. please provide more information. How is the config, what are...

PLEASE provide your config file!

Hi @gawainXX I was not able to reproduce your issue. I started a debian:11.4 docker container and started adguardhome-sync with your configuration. The synchronization got started the next time the...

If you want to start it immediately, you need to add the following parameter: `runOnStart: true`

Hi @jtackaberry I run into the same problem, when running the drone server in OpenShift. Looking for a work around I found a more generic way to override the port....

@SpectralHiss I implemented a webhook that is capable to transform pem files into a truststore and add it to the same configmap. https://github.com/bakito/java-truststore-injection-webhook

> @raelga would a "pause" label or annotation solve your use case? We are using the Image Updater https://argocd-image-updater.readthedocs.io/en/stable/ and would like to set annotations on certain applications created by...