You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
When running kitchen the output of the ansible command is displayed on stdout.
However its missing from the kitchen logs.
So in our case .kitchen/logs/jenkins-ubuntu-1804.log contains
This makes the plugin not an option for us as we rely on the logs (the standard output is unusable with --parallel)
From a quick look the output of the
systemcall needs to be passed to a logging function.So hopefully an easy fix