From 7d4999b34b543fc9073f0b66646610d7f4878b29 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 21:10:58 +0200 Subject: [PATCH] [PR #11975/2e29b320 backport][stable-10] Docs: ohai examples are not YAML (#11976) Docs: ohai examples are not YAML (#11975) ohai examples are not YAML. (cherry picked from commit 2e29b3204df5e9b2584f3ea84540bd3cddbd425f) Co-authored-by: Felix Fontein --- plugins/modules/ohai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/ohai.py b/plugins/modules/ohai.py index 32b14b2e81..86e42eb8b3 100644 --- a/plugins/modules/ohai.py +++ b/plugins/modules/ohai.py @@ -31,6 +31,8 @@ author: """ EXAMPLES = r""" +# fmt: console + ansible webservers -m ohai --tree=/tmp/ohaidata ... """