We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6aa776 commit 8ef850dCopy full SHA for 8ef850d
src/ansible_compat/runtime.py
@@ -332,6 +332,9 @@ def run( # ruff: disable=PLR0913
332
# from parsing its JSON output due to extra debug messages on stdout.
333
env["ANSIBLE_DEBUG"] = "0"
334
335
+ # https://github.com/ansible/ansible-lint/issues/3522
336
+ env["ANSIBLE_VERBOSE_TO_STDERR"] = "True"
337
+
338
for _ in range(self.max_retries + 1 if retry else 1):
339
result = run_func(
340
args,
0 commit comments